Home
last modified time | relevance | path

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

/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dbasic_ios.h245 exceptions(iostate __except) in exceptions() argument
247 _M_exception = __except; in exceptions()
/openbsd/gnu/llvm/libcxx/src/support/runtime/
H A Dexception_pointer_msvc.ipp59 exception_ptr __copy_exception_ptr(void* __except, const void* __ptr) {
62 __ExceptionPtrCopyException(&__ret, __except, __ptr);
/openbsd/gnu/gcc/libstdc++-v3/include/bits/
H A Dbasic_ios.h243 exceptions(iostate __except) in _GLIBCXX_BEGIN_NAMESPACE()
245 _M_exception = __except; in _GLIBCXX_BEGIN_NAMESPACE()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticCommonKinds.td256 "expected '__except' or '__finally' block">;
258 "%0 only allowed in __except block or filter expression">;
260 "%0 only allowed in __except filter expression">;
H A DDiagnosticSemaKinds.td6142 "jump bypasses initialization of __except block">;
6189 "jump exits __except block">;
/openbsd/gnu/llvm/llvm/lib/Support/
H A DCrashRecoveryContext.cpp236 } __except (ExceptionFilter(GetExceptionInformation())) { in RunSafely()
/openbsd/gnu/llvm/clang/docs/
H A DMSVCCompatibility.rst95 Structured exceptions (``__try`` / ``__except`` / ``__finally``) mostly
/openbsd/gnu/llvm/libcxx/include/
H A Dexception267 _LIBCPP_FUNC_VIS exception_ptr __copy_exception_ptr(void *__except, const void* __ptr);
/openbsd/gnu/llvm/llvm/lib/Support/Windows/
H A DThreading.inc84 } __except (EXCEPTION_EXECUTE_HANDLER) {
/openbsd/gnu/llvm/llvm/docs/
H A DExceptionHandling.rst509 SEH (``__try / __except``) to resume execution with new information in the child