Home
last modified time | relevance | path

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

/minix/external/bsd/libc++/dist/libcxxrt/src/
H A Dexception.cc194 } foreign_exception_state; member
348 if (info->foreign_exception_state != __cxa_thread_info::none) in thread_cleanup()
854 if (ti->foreign_exception_state != __cxa_thread_info::none) in __cxa_rethrow()
856 ti->foreign_exception_state = __cxa_thread_info::rethrown; in __cxa_rethrow()
1252 ti->foreign_exception_state = __cxa_thread_info::none;
1266 ti->foreign_exception_state = __cxa_thread_info::caught;
1289 if (ti->foreign_exception_state != __cxa_thread_info::none)
1292 if (ti->foreign_exception_state != __cxa_thread_info::rethrown)
1297 ti->foreign_exception_state = __cxa_thread_info::none;