Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_exception.cpp259 __cxa_throw(void *thrown_object, std::type_info *tinfo, void (*dest)(void *)) { in __cxa_throw() function
/external/llvm-project/libcxxabi/src/
Dcxa_exception.cpp257 __cxa_throw(void *thrown_object, std::type_info *tinfo, void (*dest)(void *)) { in __cxa_throw() function
/external/llvm-project/compiler-rt/lib/asan/
Dasan_interceptors.cpp332 INTERCEPTOR(void, __cxa_throw, void *a, void *b, void *c) { in INTERCEPTOR() argument
335 REAL(__cxa_throw)(a, b, c); in INTERCEPTOR() local
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc385 INTERCEPTOR(void, __cxa_throw, void *a, void *b, void *c) { in INTERCEPTOR() argument
388 REAL(__cxa_throw)(a, b, c); in INTERCEPTOR() local