Home
last modified time | relevance | path

Searched refs:hasOffsetApplied (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprConstant.cpp341 bool hasOffsetApplied; member
343 ConstantLValue(std::nullptr_t) : value(nullptr), hasOffsetApplied(false) {} in ConstantLValue()
344 ConstantLValue() : value(nullptr), hasOffsetApplied(false) {} in ConstantLValue()
414 if (!result.hasOffsetApplied) { in tryEmit()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2054 bool hasOffsetApplied = false, in ConstantLValue()
2056 : Value(value), HasOffsetApplied(hasOffsetApplied), in ConstantLValue()