Searched defs:st_terminate (Results 1 - 1 of 1) sorted by relevance

/external/libcxxabi/src/
H A Dcxa_vector.cpp95 class st_terminate { class in namespace:__cxxabiv1::__anon23634
97 st_terminate ( bool enabled = true ) : enabled_ ( enabled ) {} function in class:__cxxabiv1::__anon23634::st_terminate
98 ~st_terminate () { if ( enabled_ ) std::terminate (); }
261 st_terminate exception_guard (__cxa_uncaught_exception ());
284 st_terminate exception_guard;

Completed in 264 milliseconds