Searched defs:LValue (Results 1 – 8 of 8) sorted by relevance
36 LValue, // Result is an lvalue/pointer. enumerator
1631 struct LValue { struct1632 APValue::LValueBase Base;1633 CharUnits Offset;1634 SubobjectDesignator Designator;1635 bool IsNullPtr : 1;1636 bool InvalidBase : 1;1638 bool AllowConstexprUnknown = false;1640 const APValue::LValueBase getLValueBase() const { return Base; } in getLValueBase()1641 bool allowConstexprUnknown() const { return AllowConstexprUnknown; } in allowConstexprUnknown()1642 CharUnits &getLValueOffset() { return Offset; } in getLValueOffset()[all …]
111 SVal getPointeeOf(ProgramStateRef State, Loc LValue) { in getPointeeOf()123 if (auto LValue = Arg.getAs<Loc>()) in getPointeeOf() local
110 SVal ExprEngine::makeElementRegion(ProgramStateRef State, SVal LValue, in makeElementRegion()
963 std::optional<Loc> LValue; in visitNodeInitial() local2437 if (std::optional<Loc> LValue = RetVal.getAs<Loc>()) in handle() local
1261 Value *LValue = extractIntPart(L, Builder); in foldEqOfParts() local
684 LValue, enumerator
8391 Value *LValue, *HValue; in splitMergedValStore() local