OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isOurExceptionClass
(Results
1 - 3
of
3
) sorted by null
/external/libcxxabi/src/
cxa_exception.cpp
85
static bool
isOurExceptionClass
(const _Unwind_Exception* unwind_exception) {
261
if (
isOurExceptionClass
(unwind_exception))
304
if (
isOurExceptionClass
(&exception_header->unwindHeader))
369
bool native_exception =
isOurExceptionClass
(unwind_exception);
446
bool native_exception =
isOurExceptionClass
(&exception_header->unwindHeader);
511
if (!
isOurExceptionClass
(&exception_header->unwindHeader))
533
bool native_exception =
isOurExceptionClass
(&exception_header->unwindHeader);
622
if (!
isOurExceptionClass
(&exception_header->unwindHeader))
/prebuilts/ndk/r11/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))
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
cxa_exception.cpp
88
static bool
isOurExceptionClass
(const _Unwind_Exception* unwind_exception) {
277
if (
isOurExceptionClass
(unwind_exception))
320
if (
isOurExceptionClass
(&exception_header->unwindHeader))
385
bool native_exception =
isOurExceptionClass
(unwind_exception);
462
bool native_exception =
isOurExceptionClass
(&exception_header->unwindHeader);
527
if (!
isOurExceptionClass
(&exception_header->unwindHeader))
549
bool native_exception =
isOurExceptionClass
(&exception_header->unwindHeader);
638
if (!
isOurExceptionClass
(&exception_header->unwindHeader))
Completed in 68 milliseconds