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

/external/clang/test/Analysis/
H A Dnew-with-exceptions.cpp27 struct ExplicitThrow { struct
36 clang_analyzer_eval(new ExplicitThrow); // expected-warning{{TRUE}}
43 clang_analyzer_eval(new ExplicitThrow[2]); // expected-warning{{TRUE}}
52 clang_analyzer_eval(new (1) ExplicitThrow[2]); // expected-warning{{UNKNOWN}}

Completed in 78 milliseconds