Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcxxrt/
H A Dexception.cc186 } foreign_exception_state; member
356 if (info->foreign_exception_state != __cxa_thread_info::none) in thread_cleanup()
865 if (ti->foreign_exception_state != __cxa_thread_info::none) in __cxa_rethrow()
867 ti->foreign_exception_state = __cxa_thread_info::rethrown; in __cxa_rethrow()
1272 ti->foreign_exception_state = __cxa_thread_info::none;
1286 ti->foreign_exception_state = __cxa_thread_info::caught;
1309 if (ti->foreign_exception_state != __cxa_thread_info::none)
1311 if (ti->foreign_exception_state != __cxa_thread_info::rethrown)
1318 ti->foreign_exception_state = __cxa_thread_info::none;