Searched refs:Uncaught (Results 1 – 9 of 9) sorted by relevance
26 struct Uncaught { struct27 Uncaught(int depth) : d_(depth) {} in Uncaught() argument28 ~Uncaught() { assert(std::uncaught_exceptions() == d_); } in ~Uncaught() argument37 Uncaught u(d_+1); in ~Outer() argument
28 struct Uncaught { struct29 Uncaught(int depth) : d_(depth) {} in Uncaught() argument30 ~Uncaught() { assert(std::uncaught_exceptions() == d_); } in ~Uncaught() argument39 Uncaught u(d_+1); in ~Outer() argument
159 ExceptionInfo Uncaught = in throwsException() local167 Catch->getHandlerBlock(), Uncaught.getExceptionTypes(), CallStack); in throwsException()169 Uncaught.clear(); in throwsException()183 if (Uncaught.filterByCatch(CaughtType)) { in throwsException()192 Results.merge(Uncaught); in throwsException()
3 # Fatal error: Uncaught exception 'InvalidArgumentException' with message 'Google\FlatBuffers\ByteB…
76 violations. Uncaught ODR violations can result in strange runtime behaviors or