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

/external/clang/lib/CodeGen/
H A DCGException.cpp599 catchScope.getHandler(0).isCatchAll()) {
1114 catchScope.getHandler(0).isCatchAll()) {
1150 } else if (catchScope.getHandler(i+1).isCatchAll()) {
H A DCGCleanup.h151 bool isCatchAll() const { return Type == 0; } function in struct:clang::CodeGen::EHCatchScope::Handler
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1435 /// isCatchAll - Return 'true' if the given typeinfo will match anything.
1436 static bool isCatchAll(Personality_Type Personality, Constant *TypeInfo) { function
1490 if (isCatchAll(Personality, TypeInfo)) {
1528 if (isCatchAll(Personality, TypeInfo)) {
1551 if (isCatchAll(Personality, TypeInfo)) {

Completed in 110 milliseconds