Searched defs:NoThrow (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/Analysis/
H A Dnew-with-exceptions.cpp15 struct NoThrow { struct
32 clang_analyzer_eval(new NoThrow); // expected-warning{{UNKNOWN}}
40 clang_analyzer_eval(new NoThrow[2]); // expected-warning{{TRUE}}
49 clang_analyzer_eval(new (1) NoThrow[2]); // expected-warning{{UNKNOWN}}
/external/clang/test/SemaCXX/
H A Dmember-init.cpp44 struct NoThrow { NoThrowCtor tc = 42; }; struct
47 static_assert(noexcept(NoThrow()), "incorrect exception specification");

Completed in 113 milliseconds