Searched refs:hasOffsetApplied (Results 1 – 2 of 2) sorted by relevance
341 bool hasOffsetApplied; member343 ConstantLValue(std::nullptr_t) : value(nullptr), hasOffsetApplied(false) {} in ConstantLValue()344 ConstantLValue() : value(nullptr), hasOffsetApplied(false) {} in ConstantLValue()414 if (!result.hasOffsetApplied) { in tryEmit()
2054 bool hasOffsetApplied = false, in ConstantLValue()2056 : Value(value), HasOffsetApplied(hasOffsetApplied), in ConstantLValue()