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

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++abi/src/
H A Dcxa_vector.cpp97 class st_terminate { class in namespace:__cxxabiv1::__anon17305
99 st_terminate ( bool enabled = true ) : enabled_ ( enabled ) {} function in class:__cxxabiv1::__anon17305::st_terminate
100 ~st_terminate () { if ( enabled_ ) std::terminate (); }
262 st_terminate exception_guard (__cxa_uncaught_exception ());
286 st_terminate exception_guard;
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
H A Dcxa_vector.cpp97 class st_terminate { class in namespace:__cxxabiv1::__anon17640
99 st_terminate ( bool enabled = true ) : enabled_ ( enabled ) {} function in class:__cxxabiv1::__anon17640::st_terminate
100 ~st_terminate () { if ( enabled_ ) std::terminate (); }
262 st_terminate exception_guard (__cxa_uncaught_exception ());
286 st_terminate exception_guard;

Completed in 96 milliseconds