Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGClass.cpp2912 ReturnValueSlot returnSlot; in EmitForwardingCallToLambda() local
2916 returnSlot = ReturnValueSlot(ReturnValue, resultType.isVolatileQualified()); in EmitForwardingCallToLambda()
2923 RValue RV = EmitCall(calleeFnInfo, callee, returnSlot, in EmitForwardingCallToLambda()
2927 if (!resultType->isVoidType() && returnSlot.isNull()) in EmitForwardingCallToLambda()
DCGObjCMac.cpp6733 ReturnValueSlot returnSlot, in EmitVTableMessageSend() argument
6838 RValue result = CGF.EmitCall(MSI.CallInfo, callee, returnSlot, args); in EmitVTableMessageSend()
/external/llvm-project/clang/lib/CodeGen/
DCGClass.cpp2880 ReturnValueSlot returnSlot; in EmitForwardingCallToLambda() local
2884 returnSlot = in EmitForwardingCallToLambda()
2894 RValue RV = EmitCall(calleeFnInfo, callee, returnSlot, callArgs); in EmitForwardingCallToLambda()
2897 if (!resultType->isVoidType() && returnSlot.isNull()) { in EmitForwardingCallToLambda()
DCGObjCMac.cpp1735 ReturnValueSlot returnSlot, in complete()
1804 if (!returnSlot.isUnused()) in complete()
7271 ReturnValueSlot returnSlot, in EmitVTableMessageSend() argument
7375 RValue result = CGF.EmitCall(MSI.CallInfo, callee, returnSlot, args); in EmitVTableMessageSend()
7376 return nullReturn.complete(CGF, returnSlot, result, resultType, formalArgs, in EmitVTableMessageSend()