/ndk/sources/cxx-stl/gabi++/tests/ |
test_vector1.cpp | 80 vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct )) {} 81 ~vec_on_stack () CAN_THROW {__cxxabiv1::__cxa_vec_delete ( storage, 40, 8, throw_destruct ); } 89 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, NULL, NULL ); 90 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc2 ); 91 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc3 ); 93 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, NULL ); 94 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, NULL, my_dealloc2 ); 95 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, NULL, my_dealloc3 ); 98 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, my_construct, my_destruct ); 99 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc2 ) [all...] |
/external/libcxxabi/test/ |
test_vector1.pass.cpp | 61 vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct )) {} 62 ~vec_on_stack () CAN_THROW {__cxxabiv1::__cxa_vec_delete ( storage, 40, 8, throw_destruct ); } 70 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, NULL, NULL ); 71 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc2 ); 72 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc3 ); 74 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, NULL ); 75 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, NULL, my_dealloc2 ); 76 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, NULL, my_dealloc3 ); 79 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, my_construct, my_destruct ); 80 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc2 ) [all...] |
uncaught_exceptions.pass.cpp | 14 // namespace __cxxabiv1 { 20 ~A() { assert( __cxxabiv1::__cxa_uncaught_exception()); } 25 ~B() { assert( data_ == __cxxabiv1::__cxa_uncaught_exceptions()); }
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
test_vector1.pass.cpp | 61 vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct )) {} 62 ~vec_on_stack () CAN_THROW {__cxxabiv1::__cxa_vec_delete ( storage, 40, 8, throw_destruct ); } 70 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, NULL, NULL ); 71 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc2 ); 72 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc3 ); 74 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, NULL ); 75 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, NULL, my_dealloc2 ); 76 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, NULL, my_dealloc3 ); 79 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, my_construct, my_destruct ); 80 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc2 ) [all...] |
/prebuilts/clang/host/linux-x86/3.8/lib/ |
libc++.so | |
/prebuilts/clang/linux-x86/host/3.6/lib/ |
libc++.so | |
/external/clang/test/CodeGenCXX/ |
2006-03-06-C++RecurseCrash.cpp | 12 namespace __cxxabiv1 { namespace
|
/abi/cpp/src/ |
array_type_info.cc | 32 namespace __cxxabiv1 namespace 37 } // namespace __cxxabiv1
|
class_type_info.cc | 32 namespace __cxxabiv1 namespace 37 } // namespace __cxxabiv1
|
enum_type_info.cc | 32 namespace __cxxabiv1 namespace 37 } // namespace __cxxabiv1
|
function_type_info.cc | 32 namespace __cxxabiv1 namespace 37 } // namespace __cxxabiv1
|
fundamental_type_info.cc | 32 namespace __cxxabiv1 namespace 37 } // namespace __cxxabiv1
|
pbase_type_info.cc | 32 namespace __cxxabiv1 namespace 37 } // namespace __cxxabiv1
|
pointer_to_member_type_info.cc | 32 namespace __cxxabiv1 namespace 37 } // namespace __cxxabiv1
|
pointer_type_info.cc | 32 namespace __cxxabiv1 namespace 37 } // namespace __cxxabiv1
|
si_class_type_info.cc | 32 namespace __cxxabiv1 namespace 37 } // namespace __cxxabiv1
|
vmi_class_type_info.cc | 32 namespace __cxxabiv1 namespace 37 } // namespace __cxxabiv1
|
/external/libcxxabi/src/ |
cxa_thread_atexit.cpp | 12 namespace __cxxabiv1 { namespace 28 } // namespace __cxxabiv1
|
cxa_unexpected.cpp | 14 namespace __cxxabiv1 namespace 26 } // namespace __cxxabiv1
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
cxa_thread_atexit.cpp | 12 namespace __cxxabiv1 { namespace 28 } // namespace __cxxabiv1
|
cxa_unexpected.cpp | 14 namespace __cxxabiv1 namespace 26 } // namespace __cxxabiv1
|
/external/libcxx/src/ |
typeinfo.cpp | 58 void __cxxabiv1::__cxa_bad_typeid() 64 void __cxxabiv1::__cxa_bad_cast()
|
/ndk/sources/cxx-stl/gabi++/src/ |
array_type_info.cc | 32 namespace __cxxabiv1 namespace 43 } // namespace __cxxabiv1
|
auxilary.cc | 30 namespace __cxxabiv1 { namespace 40 } // namespace __cxxabiv1
|
enum_type_info.cc | 32 namespace __cxxabiv1 namespace 42 } // namespace __cxxabiv1
|