/reactos/sdk/lib/3rdparty/stlport/src/ |
H A D | iostream.cpp | 256 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 D | sehframes.out | 1 Test pass 1 - no exceptions 50 Test pass 2 - exceptions
|
/reactos/sdk/lib/3rdparty/stlport/test/eh/ |
H A D | cygwin.mak | 79 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 D | como.mak | 32 CXXFLAGS = -D__COMO__ -D_MSC_VER=1200 --exceptions --microsoft -D_STLP_DEBUG -I${STL_INCL} -I. ${C…
|
H A D | gcc7.mak | 39 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.h | 97 iostate exceptions() const { return this->_M_get_exception_mask(); } in exceptions() function 98 void exceptions(iostate __mask) { in exceptions() function
|
H A D | _ios.c | 64 this->_M_set_exception_mask(__x.exceptions()); in copyfmt()
|
/reactos/dll/nls/idndl/ |
H A D | CMakeLists.txt | 14 target_compile_options(idndl PRIVATE -fno-exceptions -fno-rtti)
|
/reactos/sdk/include/c++/stlport/stl/config/ |
H A D | _apple.h | 55 #if !__option(exceptions)
|
/reactos/sdk/lib/3rdparty/stlport/build/Makefiles/gmake/app/ |
H A D | gcc.mak | 17 # 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 D | makefile_qte | 6 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 D | gcc.mak | 26 # 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 D | LICENSE.txt | 19 new names. Any exceptions to this request are also given in the
|
/reactos/sdk/lib/3rdparty/stlport/build/Makefiles/nmake/ |
H A D | evc3.mak | 67 # without exceptions
|
/reactos/modules/rostests/winetests/ntdll/ |
H A D | exception.c | 159 } 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 D | gcc.cmake | 547 # 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 D | README.wince | 66 same applies to exceptions (see e.g. the add-on lib for RTTI for eVC4). Other
|
H A D | FAQ | 130 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 D | expf.asm | 105 ; Do this to avoid possible exceptions from a NaN argument.
|
H A D | exp.asm | 122 ; We need to avoid unwanted exceptions from a NaN argument.
|
/reactos/media/doc/ |
H A D | news1 | 116 error code on stack , some exceptions do , and traps never push an
|
/reactos/sdk/lib/3rdparty/adns/ |
H A D | GPL-vs-LGPL | 111 I may be prepared to make exceptions for such a licence. Please
|
/reactos/dll/win32/wmvcore/ |
H A D | reader.c | 833 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 D | STATUS | 790 It is like problem with exceptions, not with locale 804 It is like problem with exceptions, not with locale
|
/reactos/ |
H A D | CMakeLists.txt | 205 BRIEF_DOCS "Enable C++ exceptions on this target"
|