OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kOurDependentExceptionClass
(Results
1 - 4
of
4
) sorted by null
/external/libcxxabi/src/
cxa_exception.hpp
24
static const uint64_t
kOurDependentExceptionClass
= 0x434C4E47432B2B01; // CLNGC++\1
cxa_default_handlers.cpp
43
__getExceptionClass(unwind_exception) ==
kOurDependentExceptionClass
?
cxa_exception.cpp
92
__setExceptionClass(unwind_exception,
kOurDependentExceptionClass
);
cxa_personality.cpp
505
if (__getExceptionClass(unwind_exception) ==
kOurDependentExceptionClass
)
[
all
...]
Completed in 497 milliseconds