Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DEvaluationResult.h36 LValue, // Result is an lvalue/pointer. enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1631 struct LValue { struct
1632 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 …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp111 SVal getPointeeOf(ProgramStateRef State, Loc LValue) { in getPointeeOf()
123 if (auto LValue = Arg.getAs<Loc>()) in getPointeeOf() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp110 SVal ExprEngine::makeElementRegion(ProgramStateRef State, SVal LValue, in makeElementRegion()
H A DBugReporterVisitors.cpp963 std::optional<Loc> LValue; in visitNodeInitial() local
2437 if (std::optional<Loc> LValue = RetVal.getAs<Loc>()) in handle() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1261 Value *LValue = extractIntPart(L, Builder); in foldEqOfParts() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h684 LValue, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp8391 Value *LValue, *HValue; in splitMergedValStore() local