Searched refs:NoThrow (Results 1 – 7 of 7) sorted by relevance
15 struct NoThrow { struct32 clang_analyzer_eval(new NoThrow); // expected-warning{{UNKNOWN}} in testNew()40 clang_analyzer_eval(new NoThrow[2]); // expected-warning{{TRUE}} in testNewArray()49 clang_analyzer_eval(new (1) NoThrow[2]); // expected-warning{{UNKNOWN}} in testNewArrayNoThrow()
44 struct NoThrow { NoThrowCtor tc = 42; }; argument47 static_assert(noexcept(NoThrow()), "incorrect exception specification");
1077 def NoThrow : InheritableAttr {
6151 TEST(StreamingAssertionsTest, NoThrow) { in TEST() argument
6441 TEST(StreamingAssertionsTest, NoThrow) { in TEST() argument
6586 TEST(StreamingAssertionsTest, NoThrow) { in TEST() argument