Searched refs:returnSlot (Results 1 – 2 of 2) sorted by relevance
2912 ReturnValueSlot returnSlot; in EmitForwardingCallToLambda() local2916 returnSlot = ReturnValueSlot(ReturnValue, resultType.isVolatileQualified()); in EmitForwardingCallToLambda()2923 RValue RV = EmitCall(calleeFnInfo, callee, returnSlot, in EmitForwardingCallToLambda()2927 if (!resultType->isVoidType() && returnSlot.isNull()) in EmitForwardingCallToLambda()
6733 ReturnValueSlot returnSlot, in EmitVTableMessageSend() argument6838 RValue result = CGF.EmitCall(MSI.CallInfo, callee, returnSlot, args); in EmitVTableMessageSend()