Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenModule.h958 bool ReturnSlotInterferesWithArgs(const CGFunctionInfo &FI);
DCGBlocks.cpp1180 if (CGM.ReturnSlotInterferesWithArgs(fnInfo)) in GenerateBlockFunction()
DCGObjCMac.cpp1915 if (CGM.ReturnSlotInterferesWithArgs(MSI.CallInfo)) { in EmitMessageSend()
6694 if (CGM.ReturnSlotInterferesWithArgs(MSI.CallInfo)) { in EmitVTableMessageSend()
DCGCall.cpp1254 bool CodeGenModule::ReturnSlotInterferesWithArgs(const CGFunctionInfo &FI) { in ReturnSlotInterferesWithArgs() function in CodeGenModule