HomeSort by: relevance | last modified time | path
    Searched refs:__except (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gdb/dist/gnulib/import/
msvc-inval.h 107 /* A compiler that supports __try/__except, as described in the page
110 With __try/__except, we can use the multithread-safe exception handling. */
132 __except (GetExceptionCode () == STATUS_GNULIB_INVALID_PARAMETER \
  /src/external/gpl3/gdb.old/dist/gnulib/import/
msvc-inval.h 107 /* A compiler that supports __try/__except, as described in the page
110 With __try/__except, we can use the multithread-safe exception handling. */
132 __except (GetExceptionCode () == STATUS_GNULIB_INVALID_PARAMETER \
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
basic_ios.h 231 * @param __except The new exceptions mask.
261 exceptions(iostate __except)
263 _M_exception = __except;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
basic_ios.h 227 * @param __except The new exceptions mask.
257 exceptions(iostate __except)
259 _M_exception = __except;
  /src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
Threading.inc 88 __except (EXCEPTION_EXECUTE_HANDLER) {
  /src/external/apache2/llvm/dist/llvm/lib/Support/
CrashRecoveryContext.cpp 192 // __except.
198 // occur inside the __except evaluation block
234 } __except (ExceptionFilter(GetExceptionInformation())) {
  /src/external/mit/libuv/dist/src/win/
fs.c 790 __except (fs__filemap_ex_filter(GetExceptionCode(),
989 __except (fs__filemap_ex_filter(GetExceptionCode(),
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc 554 // This function is useful as an __except condition.
2419 } __except (internal::UnitTestOptions::GTestShouldProcessSEH( // NOLINT
  /src/external/public-domain/sqlite/dist/tea/
configure 8051 __except (EXCEPTION_EXECUTE_HANDLER) {
  /src/external/public-domain/sqlite/dist/
sqlite3.c     [all...]

Completed in 103 milliseconds