/device/google/contexthub/firmware/lib/libc/ |
aeabi.cpp | 96 extern "C" void* __aeabi_vec_ctor_nocookie_nodtor(void* user_array, 125 extern "C" void* __aeabi_vec_ctor_nocookie_nodtor(void* user_array, function in namespace:__aeabiv1 138 // __aeabi_vec_ctor_cookie_nodtor is like __aeabi_vec_ctor_nocookie_nodtor but sets 150 return __aeabi_vec_ctor_nocookie_nodtor(user_array_of(cookie), constructor, 183 return __aeabi_vec_ctor_nocookie_nodtor(::operator new[](element_count * element_size),
|
/prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/gabi++/include/ |
cxxabi.h | 235 void* __aeabi_vec_ctor_nocookie_nodtor(void* array_address,
|
/prebuilts/ndk/r11/sources/cxx-stl/gabi++/include/ |
cxxabi.h | 235 void* __aeabi_vec_ctor_nocookie_nodtor(void* array_address,
|
/prebuilts/ndk/r13/sources/cxx-stl/gabi++/include/ |
cxxabi.h | 235 void* __aeabi_vec_ctor_nocookie_nodtor(void* array_address,
|
/prebuilts/ndk/r11/sources/cxx-stl/gabi++/src/ |
cxxabi_vec.cc | 376 void* __aeabi_vec_ctor_nocookie_nodtor(void* array_address, function
|
/prebuilts/ndk/r13/sources/cxx-stl/gabi++/src/ |
cxxabi_vec.cc | 376 void* __aeabi_vec_ctor_nocookie_nodtor(void* array_address, function
|