Searched refs:NoThrow (Results 1 – 9 of 9) 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; }; struct47 static_assert(noexcept(NoThrow()), "incorrect exception specification");
58 V(Associative) V(Idempotent) V(NoRead) V(NoWrite) V(NoThrow) V(NoDeopt) in NON_EXPORTED_BASE()
1158 def NoThrow : InheritableAttr {
6151 TEST(StreamingAssertionsTest, NoThrow) { in TEST() argument
6718 TEST(StreamingAssertionsTest, NoThrow) { in TEST() argument
6719 TEST(StreamingAssertionsTest, NoThrow) { in TEST() argument
6441 TEST(StreamingAssertionsTest, NoThrow) { in TEST() argument
6586 TEST(StreamingAssertionsTest, NoThrow) { in TEST() argument