Home
last modified time | relevance | path

Searched refs:isOurExceptionClass (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_exception.cpp88 static bool isOurExceptionClass(const _Unwind_Exception* unwind_exception) { in isOurExceptionClass() function
283 if (isOurExceptionClass(unwind_exception)) in __cxa_begin_cleanup()
326 if (isOurExceptionClass(&exception_header->unwindHeader)) in __cxa_end_cleanup_impl()
391 bool native_exception = isOurExceptionClass(unwind_exception); in __cxa_begin_catch()
463 bool native_exception = isOurExceptionClass(&exception_header->unwindHeader); in __cxa_end_catch()
528 if (!isOurExceptionClass(&exception_header->unwindHeader)) in __cxa_current_exception_type()
553 bool native_exception = isOurExceptionClass(&exception_header->unwindHeader); in __cxa_rethrow()
646 if (!isOurExceptionClass(&exception_header->unwindHeader)) in __cxa_current_primary_exception()