Lines Matching refs:RVal
2900 const LValue &LVal, APValue &RVal) { in handleLValueToRValueConversion() argument
2920 return extractSubobject(Info, Conv, LitObj, LVal.Designator, RVal); in handleLValueToRValueConversion()
2927 return extractSubobject(Info, Conv, StrObj, LVal.Designator, RVal); in handleLValueToRValueConversion()
2932 return Obj && extractSubobject(Info, Conv, Obj, LVal.Designator, RVal); in handleLValueToRValueConversion()
3058 BinaryOperatorKind Opcode, const APValue &RVal) { in handleCompoundAssignment() argument
3069 RVal }; in handleCompoundAssignment()
4498 APValue RVal; in VisitCastExpr() local
4501 LVal, RVal)) in VisitCastExpr()
4503 return DerivedSuccess(RVal, E); in VisitCastExpr()
4523 APValue RVal; in VisitUnaryPostIncDec() local
4525 UO->isIncrementOp(), &RVal)) in VisitUnaryPostIncDec()
4527 return DerivedSuccess(RVal, UO); in VisitUnaryPostIncDec()
6729 APValue RVal; in tryEvaluateBuiltinObjectSize() local
6730 if (!EvaluateAsRValue(Info, E, RVal)) in tryEvaluateBuiltinObjectSize()
6732 Base.setFrom(Info.Ctx, RVal); in tryEvaluateBuiltinObjectSize()