HomeSort by relevance Sort by last modified time
    Searched full:nothrow_ntraced (Results 1 - 1 of 1) sorted by null

  /external/libcxxabi/test/
backtrace_test.pass.cpp 47 size_t nothrow_ntraced = 0; local
49 call1(&nothrow_ntraced, false);
59 assert(nothrow_ntraced > 1);
60 assert(throw_ntraced == nothrow_ntraced); // Make sure we unwind through catch

Completed in 39 milliseconds