Home
last modified time | relevance | path

Searched refs:isCatchAll (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGException.cpp629 catchScope.getHandler(0).isCatchAll()) { in getEHDispatchBlock()
1156 catchScope.getHandler(0).isCatchAll()) { in emitCatchDispatchBlock()
1192 } else if (catchScope.getHandler(i+1).isCatchAll()) { in emitCatchDispatchBlock()
DCGCleanup.h151 bool isCatchAll() const { return Type == 0; } in isCatchAll() function
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1826 static bool isCatchAll(Personality_Type Personality, Constant *TypeInfo) { in isCatchAll() function
1880 if (isCatchAll(Personality, TypeInfo)) { in visitLandingPadInst()
1918 if (isCatchAll(Personality, TypeInfo)) { in visitLandingPadInst()
1941 if (isCatchAll(Personality, TypeInfo)) { in visitLandingPadInst()