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

/external/clang/lib/CodeGen/
H A DCGCleanup.h153 bool isCatchAll() const { return Type == nullptr; } function in struct:clang::CodeGen::EHCatchScope::Handler
H A DCGException.cpp637 catchScope.getHandler(0).isCatchAll()) {
1115 catchScope.getHandler(0).isCatchAll()) {
1151 } else if (catchScope.getHandler(i+1).isCatchAll()) {
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2173 /// isCatchAll - Return 'true' if the given typeinfo will match anything.
2174 static bool isCatchAll(Personality_Type Personality, Constant *TypeInfo) { function
2228 if (isCatchAll(Personality, TypeInfo)) {
2266 if (isCatchAll(Personality, TypeInfo)) {
2289 if (isCatchAll(Personality, TypeInfo)) {

Completed in 449 milliseconds