Searched defs:__cxa_allocate_exception (Results 1 - 3 of 3) sorted by relevance

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++abi/src/
H A Dcxa_exception.cpp159 _LIBCXXABI_FUNC_VIS void *__cxa_allocate_exception(size_t thrown_size) throw() { function
169 // Free a __cxa_exception object allocated with __cxa_allocate_exception.
177 // Otherwise, it will work like __cxa_allocate_exception.
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
H A Dcxa_exception.cpp159 void * __cxa_allocate_exception (size_t thrown_size) throw() { function
169 // Free a __cxa_exception object allocated with __cxa_allocate_exception.
177 // Otherwise, it will work like __cxa_allocate_exception.
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
H A Dcxa_exception.cpp159 _LIBCXXABI_FUNC_VIS void *__cxa_allocate_exception(size_t thrown_size) throw() { function
169 // Free a __cxa_exception object allocated with __cxa_allocate_exception.
177 // Otherwise, it will work like __cxa_allocate_exception.

Completed in 412 milliseconds