Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DAPValue.cpp534 const LV &LVal = *((const LV*)(const char*)Data); in getLValuePath() local
546 LV &LVal = *((LV*)(char*)Data); in setLValue() local
558 LV &LVal = *((LV*)(char*)Data); in setLValue() local
DExprConstant.cpp973 QualType Type, const LValue &LVal) { in CheckLValueConstantExpression()
1082 LValue LVal; in CheckConstantExpression() local
1091 const ValueDecl *GetLValueBaseDecl(const LValue &LVal) { in GetLValueBaseDecl()
1334 static void HandleLValueMember(EvalInfo &Info, const Expr *E, LValue &LVal, in HandleLValueMember()
1347 LValue &LVal, in HandleLValueIndirectMember()
1382 LValue &LVal, QualType EltTy, in HandleLValueArrayAdjustment()
1400 LValue &LVal, QualType EltTy, in HandleLValueComplexElement()
1709 const LValue &LVal, APValue &RVal) { in HandleLValueToRValueConversion()
2702 LValue LVal; in VisitCastExpr() local
6357 LValue LVal; in EvaluateAsInitializer() local
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2268 static bool isCompatibleIVType(Value *LVal, Value *RVal) { in isCompatibleIVType()