Searched refs:isCatchAll (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1434 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/ |
D | CGCleanup.h | 163 bool isCatchAll() const { return Type.RTTI == nullptr; } in isCatchAll() function
|
D | CGException.cpp | 595 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/ |
D | ASTMatchersNodeTest.cpp | 1075 cxxCatchStmt(isCatchAll()))); in TEST() 1077 cxxCatchStmt(isCatchAll()))); in TEST()
|
D | ASTMatchersNarrowingTest.cpp | 323 cxxCatchStmt(anyOf(hasDescendant(varDecl()), isCatchAll())))); in TEST()
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 288 REGISTER_MATCHER(isCatchAll); in RegistryMaps()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 2377 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/ |
D | ASTMatchers.h | 2997 AST_MATCHER(CXXCatchStmt, isCatchAll) { in AST_MATCHER() argument
|