Searched refs:caughtExceptions (Results 1 - 7 of 7) sorted by relevance

/external/libcxxabi/src/
H A Dcxa_exception.cpp408 if (exception_header != globals->caughtExceptions)
410 exception_header->nextException = globals->caughtExceptions;
411 globals->caughtExceptions = exception_header;
421 // If the caughtExceptions stack is not empty, terminate
422 if (globals->caughtExceptions != 0)
425 globals->caughtExceptions = exception_header;
462 __cxa_exception* exception_header = globals->caughtExceptions;
463 // If we've rethrown a foreign exception, then globals->caughtExceptions
478 globals->caughtExceptions = exception_header->nextException;
491 globals->caughtExceptions
[all...]
H A Dcxa_default_handlers.cpp32 __cxa_exception* exception_header = globals->caughtExceptions;
H A Dcxa_exception.hpp105 __cxa_exception * caughtExceptions; member in struct:__cxxabiv1::__cxa_eh_globals
H A Dcxa_handlers.cpp90 __cxa_exception* exception_header = globals->caughtExceptions;
H A Dcxa_personality.cpp1230 __cxa_exception* new_exception_header = globals->caughtExceptions;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 170 milliseconds