Searched refs:returnSlot (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGClass.cpp | 2910 ReturnValueSlot returnSlot; in EmitForwardingCallToLambda() local 2914 returnSlot = in EmitForwardingCallToLambda() 2924 RValue RV = EmitCall(calleeFnInfo, callee, returnSlot, callArgs); in EmitForwardingCallToLambda() 2927 if (!resultType->isVoidType() && returnSlot.isNull()) { in EmitForwardingCallToLambda()
|
| H A D | CGObjCMac.cpp | 1735 ReturnValueSlot returnSlot, in complete() 1795 if (!returnSlot.isUnused()) in complete() 7262 ReturnValueSlot returnSlot, in EmitVTableMessageSend() argument 7366 RValue result = CGF.EmitCall(MSI.CallInfo, callee, returnSlot, args); in EmitVTableMessageSend() 7367 return nullReturn.complete(CGF, returnSlot, result, resultType, formalArgs, in EmitVTableMessageSend()
|