Home
last modified time | relevance | path

Searched defs:LVal (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/AST/
DAPValue.cpp569 const LV &LVal = *((const LV*)(const char*)Data); in getLValuePath() local
581 LV &LVal = *((LV*)(char*)Data); in setLValue() local
593 LV &LVal = *((LV*)(char*)Data); in setLValue() local
DExprConstant.cpp1118 QualType Type, const LValue &LVal) { in CheckLValueConstantExpression()
1249 LValue LVal; in CheckConstantExpression() local
1258 const ValueDecl *GetLValueBaseDecl(const LValue &LVal) { in GetLValueBaseDecl()
1691 static bool HandleLValueMember(EvalInfo &Info, const Expr *E, LValue &LVal, in HandleLValueMember()
1707 LValue &LVal, in HandleLValueIndirectMember()
1744 LValue &LVal, QualType EltTy, in HandleLValueArrayAdjustment()
1762 LValue &LVal, QualType EltTy, in HandleLValueComplexElement()
2277 const LValue &LVal, QualType LValType) { in findCompleteObject()
2477 const LValue &LVal, APValue &RVal) { in handleLValueToRValueConversion()
2514 static bool handleAssignment(EvalInfo &Info, const Expr *E, const LValue &LVal, in handleAssignment()
[all …]
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp965 SVal LVal = LVState->getSVal(Inner, LVNode->getLocationContext()); in trackNullOrUndefValue() local
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2395 static bool isCompatibleIVType(Value *LVal, Value *RVal) { in isCompatibleIVType()