OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__gxx_exception_class
(Results
1 - 5
of
5
) sorted by null
/ndk/sources/cxx-stl/gabi++/src/
call_unexpected.cc
137
bool native = header->unwindHeader.exception_class ==
__gxx_exception_class
;
160
if (header->unwindHeader.exception_class ==
__gxx_exception_class
) {
190
bool native_exception = unwind_exception->exception_class ==
__gxx_exception_class
;
257
bool native_old_exception = unwind_exception->exception_class ==
__gxx_exception_class
;
298
new_exception_header->unwindHeader.exception_class ==
__gxx_exception_class
;
personality.cc
61
bool native_exception = exceptionClass ==
__gxx_exception_class
;
cxxabi.cc
43
return exc ==
__gxx_exception_class
;
181
header->unwindHeader.exception_class =
__gxx_exception_class
;
cxxabi_defines.h
276
const uint64_t
__gxx_exception_class
= 0x474E5543432B2B00LL; // GNUCC++\0
variable
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cxxabi.h
277
const uint64_t
__gxx_exception_class
= 0x474E5543432B2B00LL; // GNUCC++\0
variable
Completed in 291 milliseconds