OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__cxa_exception
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/cxx-stl/gabi++/src/
cxxabi_defines.h
278
struct
__cxa_exception
{
struct
285
__cxa_exception
* nextException;
294
__cxa_exception
* nextCleanup;
307
__cxa_exception
* caughtExceptions;
310
__cxa_exception
* cleanupExceptions;
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cxxabi.h
282
struct
__cxa_exception
{
struct
289
__cxa_exception
* nextException;
298
__cxa_exception
* nextCleanup;
311
__cxa_exception
* caughtExceptions;
314
__cxa_exception
* cleanupExceptions;
Completed in 44 milliseconds