Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_exception.cpp206 __cxa_throw(void *thrown_object, std::type_info *tinfo, void (*dest)(void *)) { in __cxa_throw() function
/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