Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.h161 bool isCatchAll() const { return Type.RTTI == nullptr; } isCatchAll() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3592 static bool isCatchAll(EHPersonality Personality, Constant *TypeInfo) { isCatchAll() function
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4751 AST_MATCHER(CXXCatchStmt,isCatchAll) AST_MATCHER() argument