HomeSort by relevance Sort by last modified time
    Searched refs:isOurExceptionClass (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
cxa_exception.cpp 86 static bool isOurExceptionClass(const _Unwind_Exception* unwind_exception) {
260 if (isOurExceptionClass(unwind_exception))
303 if (isOurExceptionClass(&exception_header->unwindHeader))
368 bool native_exception = isOurExceptionClass(unwind_exception);
445 bool native_exception = isOurExceptionClass(&exception_header->unwindHeader);
510 if (!isOurExceptionClass(&exception_header->unwindHeader))
532 bool native_exception = isOurExceptionClass(&exception_header->unwindHeader);
621 if (!isOurExceptionClass(&exception_header->unwindHeader))
  /external/libcxxabi/src/
cxa_exception.cpp 90 static bool isOurExceptionClass(const _Unwind_Exception* unwind_exception) {
302 if (isOurExceptionClass(unwind_exception))
345 if (isOurExceptionClass(&exception_header->unwindHeader))
410 bool native_exception = isOurExceptionClass(unwind_exception);
487 bool native_exception = isOurExceptionClass(&exception_header->unwindHeader);
552 if (!isOurExceptionClass(&exception_header->unwindHeader))
574 bool native_exception = isOurExceptionClass(&exception_header->unwindHeader);
663 if (!isOurExceptionClass(&exception_header->unwindHeader))

Completed in 85 milliseconds