Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGClass.cpp2131 ReturnValueSlot returnSlot; in EmitForwardingCallToLambda() local
2135 returnSlot = ReturnValueSlot(ReturnValue, resultType.isVolatileQualified()); in EmitForwardingCallToLambda()
2142 RValue RV = EmitCall(calleeFnInfo, callee, returnSlot, in EmitForwardingCallToLambda()
2146 if (!resultType->isVoidType() && returnSlot.isNull()) in EmitForwardingCallToLambda()
DCGObjCMac.cpp6524 ReturnValueSlot returnSlot, in EmitVTableMessageSend() argument
6629 RValue result = CGF.EmitCall(MSI.CallInfo, callee, returnSlot, args); in EmitVTableMessageSend()