Home
last modified time | relevance | path

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

/external/libcxx/test/std/language.support/support.exception/except.nested/
Drethrow_nested.pass.cpp48 e.rethrow_nested(); in main()
62 e.rethrow_nested(); in main()
/external/libcxx/include/
Dexception68 [[noreturn]] void rethrow_nested() const;
177 _LIBCPP_NORETURN void rethrow_nested() const;
236 __nep->rethrow_nested();
/external/libcxx/src/
Dexception.cpp257 nested_exception::rethrow_nested() const in rethrow_nested() function in std::nested_exception