HomeSort by relevance Sort by last modified time
    Searched defs:__cxa_allocate_exception (Results 1 - 3 of 3) sorted by null

  /external/libcxxabi/src/
cxa_exception.cpp 142 _LIBCXXABI_FUNC_VIS void *__cxa_allocate_exception(size_t thrown_size) throw() { function
153 // Free a __cxa_exception object allocated with __cxa_allocate_exception.
161 // Otherwise, it will work like __cxa_allocate_exception.
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.cpp 159 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/
cxa_exception.cpp 159 _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 495 milliseconds