Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvaluationResult.h36 LValue, // Result is an lvalue/pointer. enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1607 struct LValue { struct
1608 APValue::LValueBase Base;
1609 CharUnits Offset;
1610 SubobjectDesignator Designator;
1611 bool IsNullPtr : 1;
1612 bool InvalidBase : 1;
1614 const APValue::LValueBase getLValueBase() const { return Base; } in getLValueBase()
1615 CharUnits &getLValueOffset() { return Offset; } in getLValueOffset()
1616 const CharUnits &getLValueOffset() const { return Offset; } in getLValueOffset()
1617 SubobjectDesignator &getLValueDesignator() { return Designator; } in getLValueDesignator()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp112 SVal getPointeeOf(ProgramStateRef State, Loc LValue) { in getPointeeOf()
124 if (auto LValue = Arg.getAs<Loc>()) in getPointeeOf() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp100 SVal ExprEngine::makeElementRegion(ProgramStateRef State, SVal LValue, in makeElementRegion()
H A DBugReporterVisitors.cpp1056 std::optional<Loc> LValue; in visitNodeInitial() local
2485 if (std::optional<Loc> LValue = RetVal.getAs<Loc>()) in handle() local
H A DExprEngine.cpp1206 SVal LValue = State->getSVal(Init, stackFrame); in ProcessInitializer() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1213 Value *LValue = extractIntPart(L, Builder); in foldEqOfParts() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h657 LValue, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7999 Value *LValue, *HValue; in splitMergedValStore() local