Home
last modified time | relevance | path

Searched defs:LValue (Results 1 – 9 of 9) sorted by last modified time

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7885 Value *LValue, *HValue; in splitMergedValStore() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1170 Value *LValue = extractIntPart(L, Builder); in foldEqOfParts() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h658 LValue, enumerator
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1206 SVal LValue = State->getSVal(Init, stackFrame); in ProcessInitializer() local
H A DExprEngineCXX.cpp100 SVal ExprEngine::makeElementRegion(ProgramStateRef State, SVal LValue, in makeElementRegion()
H A DBugReporterVisitors.cpp1052 std::optional<Loc> LValue; in visitNodeInitial() local
2481 if (std::optional<Loc> LValue = RetVal.getAs<Loc>()) in handle() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp118 SVal getPointeeOf(ProgramStateRef State, Loc LValue) { in getPointeeOf()
130 if (auto LValue = Arg.getAs<Loc>()) in getPointeeOf() local
/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.cpp1602 struct LValue { struct
1603 APValue::LValueBase Base;
1604 CharUnits Offset;
1605 SubobjectDesignator Designator;
1606 bool IsNullPtr : 1;
1607 bool InvalidBase : 1;
1610 CharUnits &getLValueOffset() { return Offset; } in getLValueOffset()
1619 void moveInto(APValue &V) const { in moveInto()
1710 void addDecl(EvalInfo &Info, const Expr *E, in addDecl()
1735 void clearIsNullPointer() { in clearIsNullPointer()
[all …]