Home
last modified time | relevance | path

Searched refs:_HAS_EXCEPTIONS (Results 1 – 25 of 26) sorted by relevance

12

/external/vulkan-validation-layers/layers/
Dcore_validation.h34 …defined(_MSC_FULL_VER) && _MSC_FULL_VER >= 190023026 && defined(_HAS_EXCEPTIONS) && _HAS_EXCEPTIONS
Ddescriptor_sets.h33 …defined(_MSC_FULL_VER) && _MSC_FULL_VER >= 190023026 && defined(_HAS_EXCEPTIONS) && _HAS_EXCEPTIONS
Dcore_validation_types.h36 …defined(_MSC_FULL_VER) && _MSC_FULL_VER >= 190023026 && defined(_HAS_EXCEPTIONS) && _HAS_EXCEPTIONS
/external/icu/icu4c/source/common/
Dutypeinfo.h23 #if defined(_MSC_VER) && _HAS_EXCEPTIONS == 0
/external/libchrome/base/allocator/
Dallocator_shim.cc258 (defined(_HAS_EXCEPTIONS) && _HAS_EXCEPTIONS)
/external/icu/icu4c/source/common/unicode/
Dplatform.h525 #elif defined(_HAS_EXCEPTIONS) && !_HAS_EXCEPTIONS /* Visual Studio */
/external/protobuf/gtest/include/gtest/internal/
Dgtest-port.h266 #ifndef _HAS_EXCEPTIONS
267 #define _HAS_EXCEPTIONS 1 macro
269 #define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h311 # ifndef _HAS_EXCEPTIONS
312 # define _HAS_EXCEPTIONS 1 macro
314 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h302 # ifndef _HAS_EXCEPTIONS
303 # define _HAS_EXCEPTIONS 1 macro
305 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h305 # ifndef _HAS_EXCEPTIONS
306 # define _HAS_EXCEPTIONS 1 macro
308 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-port.h308 # ifndef _HAS_EXCEPTIONS
309 # define _HAS_EXCEPTIONS 1 macro
311 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-port.h352 # ifndef _HAS_EXCEPTIONS
353 # define _HAS_EXCEPTIONS 1 macro
355 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
Dgtest-port.h.orig342 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
345 # ifndef _HAS_EXCEPTIONS
346 # define _HAS_EXCEPTIONS 1
347 # endif // _HAS_EXCEPTIONS
348 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
/external/googletest/googletest/include/gtest/internal/
Dgtest-port.h460 # ifndef _HAS_EXCEPTIONS
461 # define _HAS_EXCEPTIONS 1 macro
463 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
/external/v8/testing/gtest/include/gtest/internal/
Dgtest-port.h459 # ifndef _HAS_EXCEPTIONS
460 # define _HAS_EXCEPTIONS 1 macro
462 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-port.h460 # ifndef _HAS_EXCEPTIONS
461 # define _HAS_EXCEPTIONS 1 macro
463 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
/external/protobuf/src/google/protobuf/
Darena.h41 #if defined(_MSC_VER) && !_HAS_EXCEPTIONS
/external/skia/gn/
DBUILD.gn92 "_HAS_EXCEPTIONS=0", # Disables exceptions in MSVC STL.
/external/webrtc/webrtc/base/
Dproxydetect.cc608 #if (_HAS_EXCEPTIONS == 0) in MyWinHttpGetProxyForUrl()
/external/google-breakpad/src/build/
Dcommon.gypi883 '_HAS_EXCEPTIONS=0',
/external/v8/gypfiles/
Dstandalone.gypi869 '_HAS_EXCEPTIONS=0',
/external/llvm/cmake/modules/
DAddLLVM.cmake22 list(APPEND LLVM_COMPILE_DEFINITIONS _HAS_EXCEPTIONS=0)
/external/fmtlib/fmt/
Dformat.h166 #if FMT_MSC_VER && !_HAS_EXCEPTIONS
/external/protobuf/gtest/fused-src/gtest/
Dgtest.h361 #ifndef _HAS_EXCEPTIONS
362 #define _HAS_EXCEPTIONS 1 macro
364 #define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
/external/fmtlib/test/gtest/
Dgtest.h441 # ifndef _HAS_EXCEPTIONS
442 # define _HAS_EXCEPTIONS 1 macro
444 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS

12