Lines Matching refs:RVal
4205 const LValue &LVal, APValue &RVal, in handleLValueToRValueConversion() argument
4229 return extractSubobject(Info, Conv, LitObj, LVal.Designator, RVal, AK); in handleLValueToRValueConversion()
4250 RVal = APValue(extractStringLiteralCharacter(Info, Base, CharIndex)); in handleLValueToRValueConversion()
4256 return Obj && extractSubobject(Info, Conv, Obj, LVal.Designator, RVal, AK); in handleLValueToRValueConversion()
4404 const APValue &RVal) { in handleCompoundAssignment() argument
4415 RVal }; in handleCompoundAssignment()
7796 APValue RVal; in VisitCastExpr() local
7799 LVal, RVal)) in VisitCastExpr()
7801 return DerivedSuccess(RVal, E); in VisitCastExpr()
7836 APValue RVal; in VisitUnaryPostIncDec() local
7838 UO->isIncrementOp(), &RVal)) in VisitUnaryPostIncDec()
7840 return DerivedSuccess(RVal, UO); in VisitUnaryPostIncDec()
8150 APValue RVal; in VisitVarDecl() local
8152 RVal)) in VisitVarDecl()
8154 Result.setFrom(Info.Ctx, RVal); in VisitVarDecl()
8640 APValue RVal; in VisitCXXThisExpr() local
8642 RVal)) in VisitCXXThisExpr()
8645 Result.setFrom(Info.Ctx, RVal); in VisitCXXThisExpr()
8818 APValue RVal; in VisitCastExpr() local
8821 LVal, RVal)) in VisitCastExpr()
8824 return Success(RVal, E); in VisitCastExpr()
11399 APValue RVal; in tryEvaluateBuiltinObjectSize() local
11400 if (!EvaluateAsRValue(Info, E, RVal)) in tryEvaluateBuiltinObjectSize()
11402 LVal.setFrom(Info.Ctx, RVal); in tryEvaluateBuiltinObjectSize()