Home
last modified time | relevance | path

Searched defs:Uncaught (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/test/std/language.support/support.exception/uncaught/
H A Duncaught_exceptions.pass.cpp23 struct Uncaught { struct
24 Uncaught(int depth) : d_(depth) {} in Uncaught() argument
25 ~Uncaught() { assert(std::uncaught_exceptions() == d_); } in ~Uncaught() argument
34 Uncaught u(d_+1); in ~Outer() argument
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DExceptionAnalyzer.cpp505 ExceptionInfo Uncaught = throwsException() local