Home
last modified time | relevance | path

Searched refs:uncaught_exceptions (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/test/std/language.support/support.exception/uncaught/
Duncaught_exceptions.pass.cpp19 assert(std::uncaught_exceptions() > 0); in ~A()
28 assert(std::uncaught_exceptions() == 0); in B()
37 assert(std::uncaught_exceptions() == 0); in main()
44 assert(std::uncaught_exceptions() == 0); in main()
/external/libcxx/src/
Dexception.cpp109 bool uncaught_exception() _NOEXCEPT { return uncaught_exceptions() > 0; } in uncaught_exception()
111 int uncaught_exceptions() _NOEXCEPT in uncaught_exceptions() function
/external/libcxx/include/
Dexception52 int uncaught_exceptions() noexcept; // C++17
119 _LIBCPP_FUNC_VIS int uncaught_exceptions() _NOEXCEPT;