/external/libcxxabi/test/ |
test_vector1.pass.cpp | 82 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc2 ); 91 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc2 ); 100 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc2 ); 109 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc2 ); 127 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_dealloc2 ); 144 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, count_construct, count_destruct, my_alloc2, my_dealloc2 ); 173 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, throw_construct, throw_destruct, my_alloc2, my_dealloc2 ); 199 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_dealloc2 ); 233 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_dealloc2 );
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
test_vector1.pass.cpp | 71 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc2 ); 80 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc2 ); 89 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc2 ); 98 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc2 ); 116 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_dealloc2 ); 133 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, count_construct, count_destruct, my_alloc2, my_dealloc2 ); 161 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, throw_construct, throw_destruct, my_alloc2, my_dealloc2 ); 187 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_dealloc2 ); 219 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_dealloc2 );
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/test/ |
test_vector1.pass.cpp | 71 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc2 ); 80 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc2 ); 89 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc2 ); 98 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc2 ); 116 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_dealloc2 ); 133 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, count_construct, count_destruct, my_alloc2, my_dealloc2 ); 161 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, throw_construct, throw_destruct, my_alloc2, my_dealloc2 ); 187 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_dealloc2 ); 219 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_dealloc2 );
|
/prebuilts/ndk/r11/sources/cxx-stl/gabi++/tests/ |
test_vector1.cpp | 90 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc2 ); 99 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc2 ); 108 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc2 ); 117 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc2 ); 135 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_dealloc2 ); 152 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, count_construct, count_destruct, my_alloc2, my_dealloc2 ); 180 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, throw_construct, throw_destruct, my_alloc2, my_dealloc2 ); 206 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_dealloc2 ); 237 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_dealloc2 );
|
/prebuilts/ndk/r13/sources/cxx-stl/gabi++/tests/ |
test_vector1.cpp | 90 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc2 ); 99 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc2 ); 108 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc2 ); 117 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc2 ); 135 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_dealloc2 ); 152 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, count_construct, count_destruct, my_alloc2, my_dealloc2 ); 180 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, throw_construct, throw_destruct, my_alloc2, my_dealloc2 ); 206 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_dealloc2 ); 237 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_dealloc2 );
|
/prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/ |
__clang_cuda_runtime_wrapper.h | 114 #undef __cxa_vec_new2 macro
|
/prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/ |
__clang_cuda_runtime_wrapper.h | 114 #undef __cxa_vec_new2 macro
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/ |
cxxabi.h | 91 extern void* __cxa_vec_new2(size_t element_count,
|
/external/libcxxabi/src/ |
cxa_vector.cpp | 115 // __cxa_vec_new2(element_count, element_size, padding_size, constructor, 120 return __cxa_vec_new2 ( element_count, element_size, padding_size, 143 __cxa_vec_new2(size_t element_count, size_t element_size, size_t padding_size, function 168 // Same as __cxa_vec_new2 except that the deallocation function takes both
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
cxa_vector.cpp | 111 // __cxa_vec_new2(element_count, element_size, padding_size, constructor, 117 return __cxa_vec_new2 ( element_count, element_size, padding_size, 139 void* __cxa_vec_new2( function 166 // Same as __cxa_vec_new2 except that the deallocation function takes both
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/ |
cxa_vector.cpp | 115 // __cxa_vec_new2(element_count, element_size, padding_size, constructor, 120 return __cxa_vec_new2 ( element_count, element_size, padding_size, 143 __cxa_vec_new2(size_t element_count, size_t element_size, size_t padding_size, function 168 // Same as __cxa_vec_new2 except that the deallocation function takes both
|
/external/clang/lib/Headers/ |
__clang_cuda_runtime_wrapper.h | 116 #undef __cxa_vec_new2 macro
|
/external/libcxxabi/include/ |
cxxabi.h | 97 __cxa_vec_new2(size_t element_count, size_t element_size, size_t padding_size,
|
/prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/ |
__clang_cuda_runtime_wrapper.h | 116 #undef __cxa_vec_new2 macro
|
/prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/ |
__clang_cuda_runtime_wrapper.h | 116 #undef __cxa_vec_new2 macro
|
/prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/ |
__clang_cuda_runtime_wrapper.h | 116 #undef __cxa_vec_new2 macro
|
/prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/ |
__clang_cuda_runtime_wrapper.h | 116 #undef __cxa_vec_new2 macro
|
/prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/ |
__clang_cuda_runtime_wrapper.h | 117 #undef __cxa_vec_new2 macro
|
/prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/ |
__clang_cuda_runtime_wrapper.h | 117 #undef __cxa_vec_new2 macro
|
/prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8/include/ |
__clang_cuda_runtime_wrapper.h | 116 #undef __cxa_vec_new2 macro
|
/prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8/include/ |
__clang_cuda_runtime_wrapper.h | 116 #undef __cxa_vec_new2 macro
|
/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/ |
__clang_cuda_runtime_wrapper.h | 116 #undef __cxa_vec_new2 macro
|
/prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/ |
__clang_cuda_runtime_wrapper.h | 116 #undef __cxa_vec_new2 macro
|
/prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/ |
__clang_cuda_runtime_wrapper.h | 117 #undef __cxa_vec_new2 macro
|
/prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/ |
__clang_cuda_runtime_wrapper.h | 117 #undef __cxa_vec_new2 macro
|