Searched refs:returnSlot (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGClass.cpp | 2977 ReturnValueSlot returnSlot; in EmitForwardingCallToLambda() local 2981 returnSlot = in EmitForwardingCallToLambda() 2991 RValue RV = EmitCall(*calleeFnInfo, callee, returnSlot, callArgs); in EmitForwardingCallToLambda() 2994 if (!resultType->isVoidType() && returnSlot.isNull()) { in EmitForwardingCallToLambda()
|
H A D | CGObjCMac.cpp | 1747 ReturnValueSlot returnSlot, in complete() 1807 if (!returnSlot.isUnused()) in complete() 7231 ReturnValueSlot returnSlot, in EmitVTableMessageSend() argument 7335 RValue result = CGF.EmitCall(MSI.CallInfo, callee, returnSlot, args); in EmitVTableMessageSend() 7336 return nullReturn.complete(CGF, returnSlot, result, resultType, formalArgs, in EmitVTableMessageSend()
|