Home
last modified time | relevance | path

Searched defs:__cxa_throw (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_throw.cc57 __cxxabiv1::__cxa_throw (void *obj, std::type_info *tinfo, in __cxa_throw() function in __cxxabiv1
/openbsd-src/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_throw.cc59 __cxa_throw (void *obj, std::type_info *tinfo, void (*dest) (void *)) in __cxa_throw() function
/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dcxa_exception.cpp257 __cxa_throw(void *thrown_object, std::type_info *tinfo, void (_LIBCXXABI_DTOR_FUNC *dest)(void *)) { in __cxa_throw() function
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp355 INTERCEPTOR(void, __cxa_throw, void *a, void *b, void *c) { in INTERCEPTOR() argument
358 REAL(__cxa_throw)(a, b, c); in INTERCEPTOR() local