Searched refs:ExplicitThrow (Results 1 – 4 of 4) sorted by relevance
27 struct ExplicitThrow { struct36 clang_analyzer_eval(new ExplicitThrow); // expected-warning{{TRUE}} in testNew()43 clang_analyzer_eval(new ExplicitThrow[2]); // expected-warning{{TRUE}} in testNewArray()52 clang_analyzer_eval(new (1) ExplicitThrow[2]); // expected-warning{{UNKNOWN}} in testNewArrayNoThrow()
38 struct ExplicitThrow struct40 constexpr explicit ExplicitThrow(int x) { if (x != -1) TEST_THROW(6);} in ExplicitThrow() argument145 using T = ExplicitThrow; in test_explicit()
41 struct ExplicitThrow struct43 constexpr explicit ExplicitThrow(int x) { if (x != -1) TEST_THROW(6);} in ExplicitThrow() argument148 using T = ExplicitThrow; in test_explicit()