Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenModule.h967 bool ReturnSlotInterferesWithArgs(const CGFunctionInfo &FI);
DCGBlocks.cpp1182 if (CGM.ReturnSlotInterferesWithArgs(fnInfo)) in GenerateBlockFunction()
DCGObjCMac.cpp1922 if (CGM.ReturnSlotInterferesWithArgs(MSI.CallInfo)) { in EmitMessageSend()
6768 if (CGM.ReturnSlotInterferesWithArgs(MSI.CallInfo)) { in EmitVTableMessageSend()
DCGCall.cpp1427 bool CodeGenModule::ReturnSlotInterferesWithArgs(const CGFunctionInfo &FI) { in ReturnSlotInterferesWithArgs() function in CodeGenModule