Home
last modified time | relevance | path

Searched refs:thrown_size (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/gabi++/src/
Dcxxabi.cc297 extern "C" void *__cxa_allocate_exception(size_t thrown_size) _GABIXX_NOEXCEPT { in __cxa_allocate_exception() argument
298 size_t size = thrown_size + sizeof(__cxa_exception); in __cxa_allocate_exception()
/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/llvm-libc++abi/libcxxabi/src/
Dcxa_exception.cpp159 void * __cxa_allocate_exception (size_t thrown_size) throw() { in __cxa_allocate_exception() argument
160 size_t actual_size = cxa_exception_size_from_exception_thrown_size(thrown_size); in __cxa_allocate_exception()
/ndk/sources/cxx-stl/gabi++/include/
Dcxxabi.h96 void* __cxa_allocate_exception(size_t thrown_size) _GABIXX_NOEXCEPT;