OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__setExceptionClass
(Results
1 - 2
of
2
) sorted by null
/external/libcxxabi/src/
cxa_noexception.cpp
57
void
__setExceptionClass
( _Unwind_Exception*, uint64_t) {}
cxa_exception.cpp
82
void
__setExceptionClass
(_Unwind_Exception* unwind_exception, uint64_t newValue) {
88
__setExceptionClass
(unwind_exception, kOurExceptionClass);
92
__setExceptionClass
(unwind_exception, kOurDependentExceptionClass);
Completed in 295 milliseconds