Searched defs:scan_eh_tab (Results 1 - 1 of 1) sorted by last modified time

/external/libcxxabi/src/
H A Dcxa_personality.cpp532 static void scan_eh_tab(scan_results &results, _Unwind_Action actions, function
934 scan_eh_tab(results, actions, native_exception, unwind_exception, context);
975 scan_eh_tab(results, actions, native_exception, unwind_exception, context);
988 scan_eh_tab(results, actions, native_exception, unwind_exception, context);
1091 scan_eh_tab(results, _UA_SEARCH_PHASE, native_exception, unwind_exception, context);
1118 scan_eh_tab(results, static_cast<_Unwind_Action>(_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME),
1132 scan_eh_tab(results, _UA_CLEANUP_PHASE, native_exception, unwind_exception, context);

Completed in 124 milliseconds