Searched refs:NoThrow (Results 1 – 6 of 6) 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 {
6586 TEST(StreamingAssertionsTest, NoThrow) { in TEST() argument
6521 TEST(StreamingAssertionsTest, NoThrow) { in TEST() argument