Searched defs:LVal (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/AST/ |
D | APValue.cpp | 569 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
|
D | ExprConstant.cpp | 1118 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/ |
D | BugReporterVisitors.cpp | 965 SVal LVal = LVState->getSVal(Inner, LVNode->getLocationContext()); in trackNullOrUndefValue() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 2395 static bool isCompatibleIVType(Value *LVal, Value *RVal) { in isCompatibleIVType()
|