Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_exception.cpp185 void *__cxa_allocate_exception(size_t thrown_size) throw() { in __cxa_allocate_exception() argument
186 size_t actual_size = cxa_exception_size_from_exception_thrown_size(thrown_size); in __cxa_allocate_exception()
/external/libcxxabi/include/
Dcxxabi.h43 __cxa_allocate_exception(size_t thrown_size) throw();