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

/external/clang/test/CodeGenCXX/
H A Dnew-array-init-exceptions.cpp4 struct Throws { struct
5 Throws(int);
6 Throws();
7 ~Throws();
20 new Throws[n] { 1, 2, 3 };
36 new Throws[3] { 1, 2, 3 };

Completed in 95 milliseconds