Searched defs:Uncaught (Results 1 – 2 of 2) sorted by relevance
23 struct Uncaught { struct24 Uncaught(int depth) : d_(depth) {} in Uncaught() argument25 ~Uncaught() { assert(std::uncaught_exceptions() == d_); } in ~Uncaught() argument34 Uncaught u(d_+1); in ~Outer() argument
505 ExceptionInfo Uncaught = throwsException() local