Searched refs:returnSlot (Results 1 – 2 of 2) sorted by relevance
2131 ReturnValueSlot returnSlot; in EmitForwardingCallToLambda() local2135 returnSlot = ReturnValueSlot(ReturnValue, resultType.isVolatileQualified()); in EmitForwardingCallToLambda()2142 RValue RV = EmitCall(calleeFnInfo, callee, returnSlot, in EmitForwardingCallToLambda()2146 if (!resultType->isVoidType() && returnSlot.isNull()) in EmitForwardingCallToLambda()
6524 ReturnValueSlot returnSlot, in EmitVTableMessageSend() argument6629 RValue result = CGF.EmitCall(MSI.CallInfo, callee, returnSlot, args); in EmitVTableMessageSend()