Searched defs:__cxa_throw (Results 1 – 4 of 4) sorted by relevance
/external/libcxxabi/src/ |
D | cxa_exception.cpp | 259 __cxa_throw(void *thrown_object, std::type_info *tinfo, void (*dest)(void *)) { in __cxa_throw() function
|
/external/llvm-project/libcxxabi/src/ |
D | cxa_exception.cpp | 257 __cxa_throw(void *thrown_object, std::type_info *tinfo, void (*dest)(void *)) { in __cxa_throw() function
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_interceptors.cpp | 332 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/ |
D | asan_interceptors.cc | 385 INTERCEPTOR(void, __cxa_throw, void *a, void *b, void *c) { in INTERCEPTOR() argument 388 REAL(__cxa_throw)(a, b, c); in INTERCEPTOR() local
|