Lines Matching refs:RVal
4302 const LValue &LVal, APValue &RVal, in handleLValueToRValueConversion() argument
4350 return extractSubobject(Info, Conv, LitObj, LVal.Designator, RVal, AK); in handleLValueToRValueConversion()
4371 RVal = APValue(extractStringLiteralCharacter(Info, Base, CharIndex)); in handleLValueToRValueConversion()
4377 return Obj && extractSubobject(Info, Conv, Obj, LVal.Designator, RVal, AK); in handleLValueToRValueConversion()
4530 const APValue &RVal) { in handleCompoundAssignment() argument
4541 RVal }; in handleCompoundAssignment()
8174 APValue RVal; in VisitCastExpr() local
8177 LVal, RVal)) in VisitCastExpr()
8179 return DerivedSuccess(RVal, E); in VisitCastExpr()
8214 APValue RVal; in VisitUnaryPostIncDec() local
8216 UO->isIncrementOp(), &RVal)) in VisitUnaryPostIncDec()
8218 return DerivedSuccess(RVal, UO); in VisitUnaryPostIncDec()
8547 APValue RVal; in VisitVarDecl() local
8549 RVal)) in VisitVarDecl()
8551 Result.setFrom(Info.Ctx, RVal); in VisitVarDecl()
9063 APValue RVal; in VisitCXXThisExpr() local
9065 RVal)) in VisitCXXThisExpr()
9068 Result.setFrom(Info.Ctx, RVal); in VisitCXXThisExpr()
9295 APValue RVal; in VisitCastExpr() local
9298 LVal, RVal)) in VisitCastExpr()
9301 return Success(RVal, E); in VisitCastExpr()
12090 APValue RVal; in tryEvaluateBuiltinObjectSize() local
12091 if (!EvaluateAsRValue(Info, E, RVal)) in tryEvaluateBuiltinObjectSize()
12093 LVal.setFrom(Info.Ctx, RVal); in tryEvaluateBuiltinObjectSize()