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

/freebsd-9.3-release/contrib/libcxxrt/
H A Dexception.cc186 } foreign_exception_state; member in struct:__cxa_thread_info
340 if (info->foreign_exception_state != __cxa_thread_info::none)
838 if (ti->foreign_exception_state != __cxa_thread_info::none)
840 ti->foreign_exception_state = __cxa_thread_info::rethrown;
1231 ti->foreign_exception_state = __cxa_thread_info::none;
1245 ti->foreign_exception_state = __cxa_thread_info::caught;
1268 if (ti->foreign_exception_state != __cxa_thread_info::none)
1271 if (ti->foreign_exception_state != __cxa_thread_info::rethrown)
1276 ti->foreign_exception_state = __cxa_thread_info::none;

Completed in 98 milliseconds