Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DObjCARCInstKind.cpp580 bool llvm::objcarc::IsNoThrow(ARCInstKind Class) { in IsNoThrow() function in llvm::objcarc
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DObjCARCInstKind.cpp586 bool llvm::objcarc::IsNoThrow(ARCInstKind Class) { in IsNoThrow() function in llvm::objcarc
/external/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp859 TEST(IsNoThrow, MatchesNoThrowFunctionDeclarations) { in TEST() argument
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DObjCARC.cpp427 static bool IsNoThrow(InstructionClass Class) { in IsNoThrow() function