Searched refs:IsNoThrow (Results 1 – 4 of 4) sorted by relevance
86 bool IsNoThrow(ARCInstKind Class);
569 bool llvm::objcarc::IsNoThrow(ARCInstKind Class) { in IsNoThrow() function in llvm::objcarc
809 if (IsNoThrow(Class)) { in OptimizeIndividualCalls()
1727 TEST(IsNoThrow, MatchesNoThrowFunctionDeclarations) { in TEST() argument