Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGException.cpp637 catchScope.getHandler(0).isCatchAll()) { in getEHDispatchBlock()
1115 catchScope.getHandler(0).isCatchAll()) { in emitCatchDispatchBlock()
1151 } else if (catchScope.getHandler(i+1).isCatchAll()) { in emitCatchDispatchBlock()
DCGCleanup.h153 bool isCatchAll() const { return Type == nullptr; } in isCatchAll() function
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2174 static bool isCatchAll(Personality_Type Personality, Constant *TypeInfo) { in isCatchAll() function
2228 if (isCatchAll(Personality, TypeInfo)) { in visitLandingPadInst()
2266 if (isCatchAll(Personality, TypeInfo)) { in visitLandingPadInst()
2289 if (isCatchAll(Personality, TypeInfo)) { in visitLandingPadInst()