Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp1434 static bool isCatchAll(Personality_Type Personality, Constant *TypeInfo) { in isCatchAll() function
1487 if (isCatchAll(Personality, TypeInfo)) { in visitLandingPadInst()
1525 if (isCatchAll(Personality, TypeInfo)) { in visitLandingPadInst()
1548 if (isCatchAll(Personality, TypeInfo)) { in visitLandingPadInst()
/external/clang/lib/CodeGen/
DCGCleanup.h163 bool isCatchAll() const { return Type.RTTI == nullptr; } in isCatchAll() function
DCGException.cpp595 catchScope.getHandler(0).isCatchAll()) { in getEHDispatchBlock()
929 catchScope.getHandler(0).isCatchAll()) { in emitCatchDispatchBlock()
967 } else if (catchScope.getHandler(i+1).isCatchAll()) { in emitCatchDispatchBlock()
/external/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp1075 cxxCatchStmt(isCatchAll()))); in TEST()
1077 cxxCatchStmt(isCatchAll()))); in TEST()
DASTMatchersNarrowingTest.cpp323 cxxCatchStmt(anyOf(hasDescendant(varDecl()), isCatchAll())))); in TEST()
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp288 REGISTER_MATCHER(isCatchAll); in RegistryMaps()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2377 static bool isCatchAll(EHPersonality Personality, Constant *TypeInfo) { in isCatchAll() function
2443 if (isCatchAll(Personality, TypeInfo)) { in visitLandingPadInst()
2481 if (isCatchAll(Personality, TypeInfo)) { in visitLandingPadInst()
2504 if (isCatchAll(Personality, TypeInfo)) { in visitLandingPadInst()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2997 AST_MATCHER(CXXCatchStmt, isCatchAll) { in AST_MATCHER() argument