Home | Sort by relevance Sort by last modified time |
/external/libcxxabi/src/ | |
cxa_vector.cpp | 95 class st_terminate { class in namespace:__cxxabiv1::__anon12187 97 st_terminate ( bool enabled = true ) : enabled_ ( enabled ) {} function in class:__cxxabiv1::__anon12187::st_terminate 98 ~st_terminate () { if ( enabled_ ) std::terminate (); } 261 st_terminate exception_guard (__cxa_uncaught_exception ()); 284 st_terminate exception_guard; |
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ | |
cxa_vector.cpp | 95 class st_terminate { class in namespace:__cxxabiv1::__anon27965 97 st_terminate ( bool enabled = true ) : enabled_ ( enabled ) {} function in class:__cxxabiv1::__anon27965::st_terminate 98 ~st_terminate () { if ( enabled_ ) std::terminate (); } 261 st_terminate exception_guard (__cxa_uncaught_exception ()); 284 st_terminate exception_guard; |
/prebuilts/clang/linux-x86/host/3.6/lib/ | |
libc++.so |