Home
last modified time | relevance | path

Searched refs:isCatchAll (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/CodeGen/
DCGCleanup.h168 bool isCatchAll() const { return Type.RTTI == nullptr; } in isCatchAll() function
DCGException.cpp595 catchScope.getHandler(0).isCatchAll()) { in getEHDispatchBlock()
927 catchScope.getHandler(0).isCatchAll()) { in emitCatchDispatchBlock()
965 } else if (catchScope.getHandler(i+1).isCatchAll()) { in emitCatchDispatchBlock()
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp265 REGISTER_MATCHER(isCatchAll); in RegistryMaps()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2348 static bool isCatchAll(EHPersonality Personality, Constant *TypeInfo) { in isCatchAll() function
2411 if (isCatchAll(Personality, TypeInfo)) { in visitLandingPadInst()
2449 if (isCatchAll(Personality, TypeInfo)) { in visitLandingPadInst()
2472 if (isCatchAll(Personality, TypeInfo)) { in visitLandingPadInst()
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp497 cxxCatchStmt(anyOf(hasDescendant(varDecl()), isCatchAll())))); in TEST()
3557 cxxCatchStmt(isCatchAll()))); in TEST()
3559 cxxCatchStmt(isCatchAll()))); in TEST()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2701 AST_MATCHER(CXXCatchStmt, isCatchAll) { in AST_MATCHER() argument