Home
last modified time | relevance | path

Searched refs:exceptions (Results 1 – 25 of 54) sorted by relevance

123

/reactos/sdk/lib/3rdparty/stlport/src/
H A Diostream.cpp256 ptr_cin->exceptions(0); in _S_uninitialize()
257 ptr_cout->exceptions(0); in _S_uninitialize()
258 ptr_cerr->exceptions(0); in _S_uninitialize()
259 ptr_clog->exceptions(0); in _S_uninitialize()
278 ptr_wcin->exceptions(0); in _S_uninitialize()
279 ptr_wcout->exceptions(0); in _S_uninitialize()
280 ptr_wcerr->exceptions(0); in _S_uninitialize()
281 ptr_wclog->exceptions(0); in _S_uninitialize()
/reactos/modules/rostests/apitests/compiler/ms/seh/
H A Dsehframes.out1 Test pass 1 - no exceptions
50 Test pass 2 - exceptions
/reactos/sdk/lib/3rdparty/stlport/test/eh/
H A Dcygwin.mak79 echo "Cygwin has bugs in exception handling, runnning w/o throwing exceptions..."
83 echo "Cygwin has bugs in exception handling, runnning w/o throwing exceptions..."
87 echo "Cygwin has bugs in exception handling, runnning w/o throwing exceptions..."
H A Dcomo.mak32 CXXFLAGS = -D__COMO__ -D_MSC_VER=1200 --exceptions --microsoft -D_STLP_DEBUG -I${STL_INCL} -I. ${C…
H A Dgcc7.mak39 CXXFLAGS = -Wall -fhandle-exceptions -g ${STL_INCL} -I. ${CXX_EXTRA_FLAGS} -D_STLP_NO_OWN_IOSTREAMS…
/reactos/sdk/include/c++/stlport/stl/
H A D_ios.h97 iostate exceptions() const { return this->_M_get_exception_mask(); } in exceptions() function
98 void exceptions(iostate __mask) { in exceptions() function
H A D_ios.c64 this->_M_set_exception_mask(__x.exceptions()); in copyfmt()
/reactos/dll/nls/idndl/
H A DCMakeLists.txt14 target_compile_options(idndl PRIVATE -fno-exceptions -fno-rtti)
/reactos/sdk/include/c++/stlport/stl/config/
H A D_apple.h55 #if !__option(exceptions)
/reactos/sdk/lib/3rdparty/stlport/build/Makefiles/gmake/app/
H A Dgcc.mak17 # exceptions and operators new are in libgcc.a
112 # if force usage of static libgcc, then exceptions support should be taken from libgcc_eh
116 # otherwise, exceptions support is in libgcc_s.so
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/uiports/
H A Dmakefile_qte6 CPPFLAGS = -DQWS -fno-exceptions -fno-rtti -Wall -Os -Wall -I/usr/local/qt/include -DWITH_RDPSND -D…
/reactos/sdk/lib/3rdparty/stlport/build/Makefiles/gmake/lib/
H A Dgcc.mak26 # exceptions and operators new are in libgcc.a
117 # if force usage of static libgcc, then exceptions support should be taken from libgcc_eh
122 # otherwise, exceptions support is in libgcc_s.so
/reactos/media/fonts/doc/PalatinoLinotype/
H A DLICENSE.txt19 new names. Any exceptions to this request are also given in the
/reactos/sdk/lib/3rdparty/stlport/build/Makefiles/nmake/
H A Devc3.mak67 # without exceptions
/reactos/modules/rostests/winetests/ntdll/
H A Dexception.c159 } exceptions[] = variable
546 unsigned int i, parameter_count, entry = except - exceptions; in handler()
616 for (i = 0; i < sizeof(exceptions)/sizeof(exceptions[0]); i++) in test_prot_fault()
618 if (is_wow64 && exceptions[i].wow64_broken && !strcmp( winetest_platform, "windows" )) in test_prot_fault()
624 run_exception_test(handler, &exceptions[i], &exceptions[i].code, in test_prot_fault()
625 sizeof(exceptions[i].code), 0); in test_prot_fault()
631 ok( got_exception == (exceptions[i].status != 0), in test_prot_fault()
/reactos/sdk/cmake/
H A Dgcc.cmake547 # We disable exceptions, unless said so
548 …_LANGUAGE:CXX>:$<IF:$<BOOL:$<TARGET_PROPERTY:WITH_CXX_EXCEPTIONS>>,-fexceptions,-fno-exceptions>>")
550 # G++ shipped with ROSBE uses sjlj exceptions on i386. Tell Clang it is so
552 …<$<AND:$<COMPILE_LANGUAGE:CXX>,$<BOOL:$<TARGET_PROPERTY:WITH_CXX_EXCEPTIONS>>>:-fsjlj-exceptions>")
/reactos/sdk/lib/3rdparty/stlport/doc/
H A DREADME.wince66 same applies to exceptions (see e.g. the add-on lib for RTTI for eVC4). Other
H A DFAQ130 for STLport (operators new, delete, RTTI, exceptions support). That's why
464 for STLport (operators new, delete, RTTI, exceptions support). STLport also
/reactos/sdk/lib/crt/math/libm_sse2/
H A Dexpf.asm105 ; Do this to avoid possible exceptions from a NaN argument.
H A Dexp.asm122 ; We need to avoid unwanted exceptions from a NaN argument.
/reactos/media/doc/
H A Dnews1116 error code on stack , some exceptions do , and traps never push an
/reactos/sdk/lib/3rdparty/adns/
H A DGPL-vs-LGPL111 I may be prepared to make exceptions for such a licence. Please
/reactos/dll/win32/wmvcore/
H A Dreader.c833 WCHAR *exceptions, DWORD *count) in networkconfig_GetProxyExceptionList() argument
836 FIXME("%p, %s, %p, %p\n", This, debugstr_w(protocol), exceptions, count); in networkconfig_GetProxyExceptionList()
841 const WCHAR *exceptions) in networkconfig_SetProxyExceptionList() argument
844 FIXME("%p, %s, %s\n", This, debugstr_w(protocol), debugstr_w(exceptions)); in networkconfig_SetProxyExceptionList()
/reactos/sdk/lib/3rdparty/stlport/build/test/unit/
H A DSTATUS790 It is like problem with exceptions, not with locale
804 It is like problem with exceptions, not with locale
/reactos/
H A DCMakeLists.txt205 BRIEF_DOCS "Enable C++ exceptions on this target"

123