Searched defs:LVal (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/AST/ |
D | APValue.cpp | 533 const LV &LVal = *((const LV*)(const char*)Data); in getLValuePath() local 545 LV &LVal = *((LV*)(char*)Data); in setLValue() local 557 LV &LVal = *((LV*)(char*)Data); in setLValue() local
|
D | ExprConstant.cpp | 964 QualType Type, const LValue &LVal) { in CheckLValueConstantExpression() 1081 LValue LVal; in CheckConstantExpression() local 1090 const ValueDecl *GetLValueBaseDecl(const LValue &LVal) { in GetLValueBaseDecl() 1337 static bool HandleLValueMember(EvalInfo &Info, const Expr *E, LValue &LVal, in HandleLValueMember() 1353 LValue &LVal, in HandleLValueIndirectMember() 1390 LValue &LVal, QualType EltTy, in HandleLValueArrayAdjustment() 1408 LValue &LVal, QualType EltTy, in HandleLValueComplexElement() 1717 const LValue &LVal, APValue &RVal) { in HandleLValueToRValueConversion() 2619 LValue LVal; in VisitCastExpr() local 6323 LValue LVal; in EvaluateAsInitializer() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 2313 static bool isCompatibleIVType(Value *LVal, Value *RVal) { in isCompatibleIVType()
|