Searched refs:_HAS_EXCEPTIONS (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/common/
H A Dutypeinfo.h21 #if defined(_MSC_VER) && _HAS_EXCEPTIONS == 0
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebKitDLL.h29 #ifndef _HAS_EXCEPTIONS
30 #define _HAS_EXCEPTIONS 0 macro
/macosx-10.10/WTF-7600.1.24/wtf/
H A DPlatform.h1034 #undef _HAS_EXCEPTIONS macro
1035 #define _HAS_EXCEPTIONS 1 macro
/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h302 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
305 # ifndef _HAS_EXCEPTIONS
306 # define _HAS_EXCEPTIONS 1 macro
307 # endif // _HAS_EXCEPTIONS
308 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS

Completed in 131 milliseconds