HomeSort by: relevance | last modified time | path
    Searched refs:test3_exception (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/libc++/dist/libcxxrt/test/
test_foreign_exceptions.cc 52 struct test3_exception struct
55 ~test3_exception()
61 int test3_exception::counter = 0;
99 throw test3_exception();
101 catch (test3_exception&)
109 counter_expected = test3_exception::counter + 1;
112 if (test3_status == PENDING && test3_exception::counter != counter_expected) {

Completed in 20 milliseconds