personality.cc | 61 bool native_exception = exceptionClass == __gxx_exception_class; member in namespace:__cxxabiv1 68 scanEHTable(results, actions, native_exception, unwind_exception, context); 71 if (native_exception) { 90 if (native_exception) { 100 scanEHTable(results, actions, native_exception, unwind_exception, context); 114 scanEHTable(results, actions, native_exception, unwind_exception, context);
|