Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h1182 bool ReturnSlotInterferesWithArgs(const CGFunctionInfo &FI);
H A DCGBlocks.cpp1495 if (CGM.ReturnSlotInterferesWithArgs(fnInfo)) in GenerateBlockFunction()
H A DCGObjCMac.cpp2235 } else if (CGM.ReturnSlotInterferesWithArgs(MSI.CallInfo)) { in EmitMessageSend()
7330 if (CGM.ReturnSlotInterferesWithArgs(MSI.CallInfo)) { in EmitVTableMessageSend()
H A DCGCall.cpp1541 bool CodeGenModule::ReturnSlotInterferesWithArgs(const CGFunctionInfo &FI) { in ReturnSlotInterferesWithArgs() function in CodeGenModule