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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCleanup.h153 bool isCatchAll() const { return Type == 0; } function in struct:clang::CodeGen::EHCatchScope::Handler
H A DCGException.cpp633 catchScope.getHandler(0).isCatchAll()) {
1168 catchScope.getHandler(0).isCatchAll()) {
1204 } else if (catchScope.getHandler(i+1).isCatchAll()) {
/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1851 /// isCatchAll - Return 'true' if the given typeinfo will match anything.
1852 static bool isCatchAll(Personality_Type Personality, Constant *TypeInfo) { function
1906 if (isCatchAll(Personality, TypeInfo)) {
1944 if (isCatchAll(Personality, TypeInfo)) {
1967 if (isCatchAll(Personality, TypeInfo)) {

Completed in 59 milliseconds