Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_vector.cpp97 class st_terminate { class
99 st_terminate ( bool enabled = true ) : enabled_ ( enabled ) {} in st_terminate() function in __cxxabiv1::__anon88787df50111::st_terminate
100 ~st_terminate () { if ( enabled_ ) std::terminate (); } in ~st_terminate()
262 st_terminate exception_guard (__cxa_uncaught_exception ()); in __cxa_vec_dtor()
286 st_terminate exception_guard; in __cxa_vec_cleanup()