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

/external/icu/icu4c/source/common/
H A Dutypeinfo.h16 // Therefore, a project using ICU cannot be compiled with _HAS_EXCEPTIONS
23 #if defined(_MSC_VER) && _HAS_EXCEPTIONS == 0
/external/vulkan-validation-layers/include/vulkan/
H A Dvk_sdk_platform.h56 #if defined(_MSC_FULL_VER) && _MSC_FULL_VER >= 190023026 && defined(_HAS_EXCEPTIONS) && _HAS_EXCEPTIONS
/external/libchrome/base/allocator/
H A Dallocator_shim.cc348 (defined(_HAS_EXCEPTIONS) && _HAS_EXCEPTIONS)
/external/icu/icu4c/source/common/unicode/
H A Dplatform.h510 #elif defined(_HAS_EXCEPTIONS) && !_HAS_EXCEPTIONS /* Visual Studio */
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h263 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
266 #ifndef _HAS_EXCEPTIONS
267 #define _HAS_EXCEPTIONS 1 macro
268 #endif // _HAS_EXCEPTIONS
269 #define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h305 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
308 # ifndef _HAS_EXCEPTIONS
309 # define _HAS_EXCEPTIONS 1 macro
310 # endif // _HAS_EXCEPTIONS
311 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h308 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
311 # ifndef _HAS_EXCEPTIONS
312 # define _HAS_EXCEPTIONS 1 macro
313 # endif // _HAS_EXCEPTIONS
314 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h342 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
345 # ifndef _HAS_EXCEPTIONS
346 # define _HAS_EXCEPTIONS 1 macro
347 # endif // _HAS_EXCEPTIONS
348 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
/external/swiftshader/third_party/LLVM/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
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h349 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
352 # ifndef _HAS_EXCEPTIONS
353 # define _HAS_EXCEPTIONS 1 macro
354 # endif // _HAS_EXCEPTIONS
355 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h469 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
472 # ifndef _HAS_EXCEPTIONS
473 # define _HAS_EXCEPTIONS 1 macro
474 # endif // _HAS_EXCEPTIONS
475 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-port.h457 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
460 # ifndef _HAS_EXCEPTIONS
461 # define _HAS_EXCEPTIONS 1 macro
462 # endif // _HAS_EXCEPTIONS
463 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-port.h456 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
459 # ifndef _HAS_EXCEPTIONS
460 # define _HAS_EXCEPTIONS 1 macro
461 # endif // _HAS_EXCEPTIONS
462 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
/external/protobuf/src/google/protobuf/
H A Darena.h41 #if defined(_MSC_VER) && !_HAS_EXCEPTIONS
42 // Work around bugs in MSVC <typeinfo> header when _HAS_EXCEPTIONS=0.
/external/webrtc/webrtc/base/
H A Dproxydetect.cc608 #if (_HAS_EXCEPTIONS == 0)
618 #endif // (_HAS_EXCEPTIONS == 0)
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h358 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
361 #ifndef _HAS_EXCEPTIONS
362 #define _HAS_EXCEPTIONS 1 macro
363 #endif // _HAS_EXCEPTIONS
364 #define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h438 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
441 # ifndef _HAS_EXCEPTIONS
442 # define _HAS_EXCEPTIONS 1 macro
443 # endif // _HAS_EXCEPTIONS
444 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS

Completed in 1377 milliseconds