Searched refs:thrown_size (Results 1 – 4 of 4) sorted by relevance
297 extern "C" void *__cxa_allocate_exception(size_t thrown_size) _GABIXX_NOEXCEPT { in __cxa_allocate_exception() argument298 size_t size = thrown_size + sizeof(__cxa_exception); in __cxa_allocate_exception()
44 extern void * __cxa_allocate_exception(size_t thrown_size) throw();
159 void * __cxa_allocate_exception (size_t thrown_size) throw() { in __cxa_allocate_exception() argument160 size_t actual_size = cxa_exception_size_from_exception_thrown_size(thrown_size); in __cxa_allocate_exception()
96 void* __cxa_allocate_exception(size_t thrown_size) _GABIXX_NOEXCEPT;