Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.h163 bool isCatchAll() const { return Type.RTTI == nullptr; } in isCatchAll() function
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2377 static bool isCatchAll(EHPersonality Personality, Constant *TypeInfo) { in isCatchAll() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2552 static bool isCatchAll(EHPersonality Personality, Constant *TypeInfo) { in isCatchAll() function
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2997 AST_MATCHER(CXXCatchStmt, isCatchAll) { in AST_MATCHER() argument