Searched refs:returnSlot (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGClass.cpp | 2813 ReturnValueSlot returnSlot; in EmitForwardingCallToLambda() local 2817 returnSlot = ReturnValueSlot(ReturnValue, resultType.isVolatileQualified()); in EmitForwardingCallToLambda() 2825 RValue RV = EmitCall(calleeFnInfo, callee, returnSlot, callArgs); in EmitForwardingCallToLambda() 2828 if (!resultType->isVoidType() && returnSlot.isNull()) { in EmitForwardingCallToLambda()
|
| H A D | CGObjCMac.cpp | 1688 ReturnValueSlot returnSlot, in complete() 1757 if (!returnSlot.isUnused()) in complete() 7039 ReturnValueSlot returnSlot, in EmitVTableMessageSend() argument 7144 RValue result = CGF.EmitCall(MSI.CallInfo, callee, returnSlot, args); in EmitVTableMessageSend() 7145 return nullReturn.complete(CGF, returnSlot, result, resultType, formalArgs, in EmitVTableMessageSend()
|