Home
last modified time | relevance | path

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

/openbsd-src/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_alloc.cc97 __cxa_allocate_exception(std::size_t thrown_size) in __cxa_allocate_exception() function
/openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_alloc.cc99 __cxxabiv1::__cxa_allocate_exception(std::size_t thrown_size) throw() in __cxa_allocate_exception() function in __cxxabiv1
/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dcxa_exception.cpp183 void *__cxa_allocate_exception(size_t thrown_size) throw() { in __cxa_allocate_exception() function