Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_vector.cpp95 class st_terminate { class
97 st_terminate ( bool enabled = true ) : enabled_ ( enabled ) {} in st_terminate() function in __cxxabiv1::__anond7300d6e0111::st_terminate
98 ~st_terminate () { if ( enabled_ ) std::terminate (); } in ~st_terminate()
261 st_terminate exception_guard (__cxa_uncaught_exception ()); in __cxa_vec_dtor()
284 st_terminate exception_guard; in __cxa_vec_cleanup()