Lines Matching refs:RVal
4237 const LValue &LVal, APValue &RVal, in handleLValueToRValueConversion() argument
4285 return extractSubobject(Info, Conv, LitObj, LVal.Designator, RVal, AK); in handleLValueToRValueConversion()
4306 RVal = APValue(extractStringLiteralCharacter(Info, Base, CharIndex)); in handleLValueToRValueConversion()
4312 return Obj && extractSubobject(Info, Conv, Obj, LVal.Designator, RVal, AK); in handleLValueToRValueConversion()
4460 const APValue &RVal) { in handleCompoundAssignment() argument
4471 RVal }; in handleCompoundAssignment()
7898 APValue RVal; in VisitCastExpr() local
7901 LVal, RVal)) in VisitCastExpr()
7903 return DerivedSuccess(RVal, E); in VisitCastExpr()
7938 APValue RVal; in VisitUnaryPostIncDec() local
7940 UO->isIncrementOp(), &RVal)) in VisitUnaryPostIncDec()
7942 return DerivedSuccess(RVal, UO); in VisitUnaryPostIncDec()
8254 APValue RVal; in VisitVarDecl() local
8256 RVal)) in VisitVarDecl()
8258 Result.setFrom(Info.Ctx, RVal); in VisitVarDecl()
8759 APValue RVal; in VisitCXXThisExpr() local
8761 RVal)) in VisitCXXThisExpr()
8764 Result.setFrom(Info.Ctx, RVal); in VisitCXXThisExpr()
8981 APValue RVal; in VisitCastExpr() local
8984 LVal, RVal)) in VisitCastExpr()
8987 return Success(RVal, E); in VisitCastExpr()
11724 APValue RVal; in tryEvaluateBuiltinObjectSize() local
11725 if (!EvaluateAsRValue(Info, E, RVal)) in tryEvaluateBuiltinObjectSize()
11727 LVal.setFrom(Info.Ctx, RVal); in tryEvaluateBuiltinObjectSize()