Searched defs:__cxa_throw (Results 1 – 3 of 3) 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/cronet/buildtools/third_party/libc++abi/trunk/src/ |
| D | cxa_exception.cpp | 257 __cxa_throw(void *thrown_object, std::type_info *tinfo, void (_LIBCXXABI_DTOR_FUNC *dest)(void *)) { in __cxa_throw() function
|
| /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
|