Home
last modified time | relevance | path

Searched defs:LValue (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDExprEngineCXX.cpp92 static SVal makeZeroElementRegion(ProgramStateRef State, SVal LValue, in makeZeroElementRegion()
132 SVal LValue = State->getLValue(Var, LCtx); in getRegionForConstructedObject() local
HDBugReporterVisitors.cpp206 if (Optional<Loc> LValue = RetVal.getAs<Loc>()) in addVisitorIfNecessary() local
260 Optional<Loc> LValue; in visitNodeInitial() local
HDExprEngine.cpp497 SVal LValue = State->getSVal(Init, stackFrame); in ProcessInitializer() local
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExprConstant.cpp917 struct LValue { struct
918 APValue::LValueBase Base;
919 CharUnits Offset;
920 unsigned CallIndex;
921 SubobjectDesignator Designator;
923 const APValue::LValueBase getLValueBase() const { return Base; } in getLValueBase()
924 CharUnits &getLValueOffset() { return Offset; } in getLValueOffset()
925 const CharUnits &getLValueOffset() const { return Offset; } in getLValueOffset()
926 unsigned getLValueCallIndex() const { return CallIndex; } in getLValueCallIndex()
927 SubobjectDesignator &getLValueDesignator() { return Designator; } in getLValueDesignator()
[all …]
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDAPValue.h48 LValue, enumerator