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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp633 catchScope.getHandler(0).isCatchAll()) {
1000 CatchScope.getHandler(0).isCatchAll()) {
1029 } else if (CatchScope.getHandler(I + 1).isCatchAll()) {
1071 catchScope.getHandler(0).isCatchAll()) {
1109 } else if (catchScope.getHandler(i+1).isCatchAll()) {
1207 HasCatchAll |= Handlers[I - 1].isCatchAll();
H A DCGCleanup.h162 bool isCatchAll() const { return Type.RTTI == nullptr; } function in struct:clang::CodeGen::EHCatchScope::Handler
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp367 REGISTER_MATCHER(isCatchAll);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2979 static bool isCatchAll(EHPersonality Personality, Constant *TypeInfo) { function
3046 if (isCatchAll(Personality, TypeInfo)) {
3084 if (isCatchAll(Personality, TypeInfo)) {
3107 if (isCatchAll(Personality, TypeInfo)) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4023 /// cxxCatchStmt(isCatchAll()) matches catch(...) but not catch(int).
4024 AST_MATCHER(CXXCatchStmt, isCatchAll) {

Completed in 146 milliseconds