Searched refs:returnSlot (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGClass.cpp | 2951 ReturnValueSlot returnSlot; in EmitForwardingCallToLambda() local 2955 returnSlot = in EmitForwardingCallToLambda() 2965 RValue RV = EmitCall(calleeFnInfo, callee, returnSlot, callArgs); in EmitForwardingCallToLambda() 2968 if (!resultType->isVoidType() && returnSlot.isNull()) { in EmitForwardingCallToLambda()
|
| H A D | CGObjCMac.cpp | 1739 ReturnValueSlot returnSlot, in complete() 1799 if (!returnSlot.isUnused()) in complete() 7270 ReturnValueSlot returnSlot, in EmitVTableMessageSend() argument 7374 RValue result = CGF.EmitCall(MSI.CallInfo, callee, returnSlot, args); in EmitVTableMessageSend() 7375 return nullReturn.complete(CGF, returnSlot, result, resultType, formalArgs, in EmitVTableMessageSend()
|