Home
last modified time | relevance | path

Searched refs:__cxa_allocate_exception (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dcxxabi.h44 extern void * __cxa_allocate_exception(size_t thrown_size) throw();
/ndk/sources/cxx-stl/gabi++/include/
Dcxxabi.h96 void* __cxa_allocate_exception(size_t thrown_size) _GABIXX_NOEXCEPT;
/ndk/sources/cxx-stl/gabi++/src/
Dcxxabi.cc297 extern "C" void *__cxa_allocate_exception(size_t thrown_size) _GABIXX_NOEXCEPT { in __cxa_allocate_exception() function
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_exception.cpp159 void * __cxa_allocate_exception (size_t thrown_size) throw() { in __cxa_allocate_exception() function
/ndk/sources/cxx-stl/llvm-libc++/
Dexport_symbols.txt295 __cxa_allocate_exception;