/third_party/boost/libs/hana/include/boost/hana/detail/ |
D | intrinsics.hpp | 19 # if __has_extension(is_empty) 23 # if __has_extension(is_final) 29 # if __has_extension(is_constructible) && false 33 # if __has_extension(is_assignable) 37 # if __has_extension(is_convertible)
|
/third_party/boost/boost/hana/detail/ |
D | intrinsics.hpp | 19 # if __has_extension(is_empty) 23 # if __has_extension(is_final) 29 # if __has_extension(is_constructible) && false 33 # if __has_extension(is_assignable) 37 # if __has_extension(is_convertible)
|
/third_party/FreeBSD/sys/sys/ |
D | cdefs.h | 47 #ifndef __has_extension 48 #define __has_extension __has_feature macro 267 #if !__has_extension(c_alignas) 269 __has_extension(cxx_alignas) 283 #if !defined(__cplusplus) && !__has_extension(c_atomic) && \ 284 !__has_extension(cxx_atomic) 292 #if !__has_extension(c_static_assert) 294 __has_extension(cxx_static_assert) 308 #if !__has_extension(c_thread_local) 315 __has_extension(cxx_thread_local) [all …]
|
/third_party/boost/boost/config/compiler/ |
D | xlcpp.hpp | 22 #ifndef __has_extension 23 #define __has_extension __has_feature macro 204 #if !(__has_feature(__cxx_binary_literals__) || __has_extension(__cxx_binary_literals__))
|
D | clang.hpp | 22 #ifndef __has_extension 23 #define __has_extension __has_feature macro 260 #if !(__has_feature(__cxx_binary_literals__) || __has_extension(__cxx_binary_literals__))
|
/third_party/boost/boost/atomic/detail/ |
D | config.hpp | 135 #if !defined(BOOST_ATOMIC_DETAIL_DEPRECATED) && defined(__has_extension) 136 #if __has_extension(attribute_deprecated_with_message)
|
/third_party/skia/third_party/externals/libpng/ |
D | pngconf.h | 357 # ifdef __has_extension 358 # if __has_extension(attribute_unavailable_with_message)
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | pngconf.h | 357 # ifdef __has_extension 358 # if __has_extension(attribute_unavailable_with_message)
|
/third_party/libpng/ |
D | pngconf.h | 357 # ifdef __has_extension 358 # if __has_extension(attribute_unavailable_with_message)
|
/third_party/protobuf/objectivec/ |
D | GPBBootstrap.h | 105 #if __has_extension(attribute_deprecated_with_message)
|
D | GPBDescriptor_PackagePrivate.h | 356 #if __has_feature(c_static_assert) || __has_extension(c_static_assert)
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | platform_macros.h | 86 # if !__has_extension(c_atomic)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Compiler.h | 28 #ifndef __has_extension 29 # define __has_extension(x) 0 macro
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | platform.h | 432 #ifndef __has_extension 433 # define __has_extension(x) 0 macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | platform.h | 452 #ifdef __has_extension 453 # define UPRV_HAS_EXTENSION(x) __has_extension(x)
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | platform.h | 452 #ifdef __has_extension 453 # define UPRV_HAS_EXTENSION(x) __has_extension(x)
|
/third_party/icu/icu4c/source/common/unicode/ |
D | platform.h | 452 #ifdef __has_extension 453 # define UPRV_HAS_EXTENSION(x) __has_extension(x)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Compiler.h | 33 #ifndef __has_extension 34 # define __has_extension(x) 0 macro
|
/third_party/jsoncpp/include/json/ |
D | config.h | 110 #if __has_extension(attribute_deprecated_with_message)
|
/third_party/boost/boost/metaparse/v1/cpp11/ |
D | string.hpp | 210 # if __has_extension(cxx_string_literal_templates)
|
/third_party/tzdata/ |
D | private.h | 42 #if !defined HAVE_GENERIC && defined __has_extension 43 # if __has_extension(c_generic_selections)
|
/third_party/json/include/nlohmann/thirdparty/hedley/ |
D | hedley.hpp | 603 #if defined(__has_extension) 604 #define JSON_HEDLEY_HAS_EXTENSION(extension) __has_extension(extension) 612 #if defined(__has_extension) 613 #define JSON_HEDLEY_GNUC_HAS_EXTENSION(extension,major,minor,patch) __has_extension(extension) 621 #if defined(__has_extension) 622 #define JSON_HEDLEY_GCC_HAS_EXTENSION(extension,major,minor,patch) __has_extension(extension)
|
/third_party/openh264/module/ |
D | gmp-openh264.cpp | 68 # ifndef __has_extension 69 # define __has_extension __has_feature macro 72 # if __has_extension(cxx_nullptr)
|
/third_party/boost/boost/type_traits/ |
D | intrinsics.hpp | 229 # if __has_extension(is_trivially_constructible) 232 # if __has_extension(is_trivially_assignable)
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.6.2.rst | 103 * add support for __has_feature() & __has_extension()
|