Searched refs:__except (Results 1 – 10 of 10) sorted by relevance
245 exceptions(iostate __except) in exceptions() argument247 _M_exception = __except; in exceptions()
59 exception_ptr __copy_exception_ptr(void* __except, const void* __ptr) {62 __ExceptionPtrCopyException(&__ret, __except, __ptr);
243 exceptions(iostate __except) in _GLIBCXX_BEGIN_NAMESPACE()245 _M_exception = __except; in _GLIBCXX_BEGIN_NAMESPACE()
256 "expected '__except' or '__finally' block">;258 "%0 only allowed in __except block or filter expression">;260 "%0 only allowed in __except filter expression">;
6142 "jump bypasses initialization of __except block">;6189 "jump exits __except block">;
236 } __except (ExceptionFilter(GetExceptionInformation())) { in RunSafely()
95 Structured exceptions (``__try`` / ``__except`` / ``__finally``) mostly
267 _LIBCPP_FUNC_VIS exception_ptr __copy_exception_ptr(void *__except, const void* __ptr);
84 } __except (EXCEPTION_EXECUTE_HANDLER) {
509 SEH (``__try / __except``) to resume execution with new information in the child