Home
last modified time | relevance | path

Searched refs:returnSlot (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGClass.cpp2951 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 DCGObjCMac.cpp1739 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()