Searched defs:__cxa_throw (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/ |
H A D | eh_throw.cc | 57 __cxxabiv1::__cxa_throw (void *obj, std::type_info *tinfo, in __cxa_throw() function in __cxxabiv1
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/libsupc++/ |
H A D | eh_throw.cc | 59 __cxa_throw (void *obj, std::type_info *tinfo, void (*dest) (void *)) in __cxa_throw() function
|
/openbsd-src/gnu/llvm/libcxxabi/src/ |
H A D | cxa_exception.cpp | 257 __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 D | asan_interceptors.cpp | 355 INTERCEPTOR(void, __cxa_throw, void *a, void *b, void *c) { in INTERCEPTOR() argument 358 REAL(__cxa_throw)(a, b, c); in INTERCEPTOR() local
|