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

  /external/libcxxabi/src/
cxa_exception.cpp 88 static bool isOurExceptionClass(const _Unwind_Exception* unwind_exception) {
281 if (isOurExceptionClass(unwind_exception))
324 if (isOurExceptionClass(&exception_header->unwindHeader))
389 bool native_exception = isOurExceptionClass(unwind_exception);
466 bool native_exception = isOurExceptionClass(&exception_header->unwindHeader);
531 if (!isOurExceptionClass(&exception_header->unwindHeader))
556 bool native_exception = isOurExceptionClass(&exception_header->unwindHeader);
649 if (!isOurExceptionClass(&exception_header->unwindHeader))
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.cpp 88 static bool isOurExceptionClass(const _Unwind_Exception* unwind_exception) {
281 if (isOurExceptionClass(unwind_exception))
324 if (isOurExceptionClass(&exception_header->unwindHeader))
389 bool native_exception = isOurExceptionClass(unwind_exception);
466 bool native_exception = isOurExceptionClass(&exception_header->unwindHeader);
531 if (!isOurExceptionClass(&exception_header->unwindHeader))
556 bool native_exception = isOurExceptionClass(&exception_header->unwindHeader);
649 if (!isOurExceptionClass(&exception_header->unwindHeader))

Completed in 49 milliseconds