Searched refs:__has_extension (Results 1 - 16 of 16) sorted by relevance
/third_party/FreeBSD/sys/sys/ |
H A D | cdefs.h | 50 #ifndef __has_extension 51 #define __has_extension __has_feature macro 245 #if !__has_extension(c_alignas) 247 __has_extension(cxx_alignas) 261 #if !defined(__cplusplus) && !__has_extension(c_atomic) && \ 262 !__has_extension(cxx_atomic) && !__GNUC_PREREQ__(4, 7) 270 #if !__has_extension(c_static_assert) 272 __has_extension(cxx_static_assert) 286 #if !__has_extension(c_thread_local) 293 __has_extension(cxx_thread_loca [all...] |
/third_party/skia/third_party/externals/libpng/ |
H A D | pngconf.h | 357 # ifdef __has_extension 358 # if __has_extension(attribute_unavailable_with_message)
|
/third_party/protobuf/objectivec/ |
H A D | GPBBootstrap.h | 105 #if __has_extension(attribute_deprecated_with_message)
|
H A D | GPBDescriptor_PackagePrivate.h | 356 #if __has_feature(c_static_assert) || __has_extension(c_static_assert) 364 #endif // __has_feature(c_static_assert) || __has_extension(c_static_assert)
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | platform_macros.h | 86 # if !__has_extension(c_atomic)
|
/third_party/icu/icu4c/source/common/unicode/ |
H A 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/ |
H A 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/ |
H A D | Compiler.h | 33 #ifndef __has_extension 34 # define __has_extension(x) 0 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | Compiler.h | 28 #ifndef __has_extension 29 # define __has_extension(x) 0 macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | platform.h | 452 #ifdef __has_extension 453 # define UPRV_HAS_EXTENSION(x) __has_extension(x)
|
/third_party/tzdata/ |
H A D | private.h | 76 #if !defined HAVE__GENERIC && defined __has_extension 77 # if !__has_extension(c_generic_selections)
|
/third_party/json/include/nlohmann/thirdparty/hedley/ |
H A D | hedley.hpp | 644 #if defined(__has_extension) 645 #define JSON_HEDLEY_HAS_EXTENSION(extension) __has_extension(extension) 653 #if defined(__has_extension) 654 #define JSON_HEDLEY_GNUC_HAS_EXTENSION(extension,major,minor,patch) __has_extension(extension) 662 #if defined(__has_extension) 663 #define JSON_HEDLEY_GCC_HAS_EXTENSION(extension,major,minor,patch) __has_extension(extension)
|
/third_party/vixl/src/ |
H A D | utils-vixl.h | 198 #ifdef __has_extension(attribute_deprecated_with_message)
|
/third_party/json/tests/abi/include/nlohmann/ |
H A D | json_v3_10_5.hpp | 823 #if defined(__has_extension) 824 #define JSON_HEDLEY_HAS_EXTENSION(extension) __has_extension(extension) 832 #if defined(__has_extension) 833 #define JSON_HEDLEY_GNUC_HAS_EXTENSION(extension,major,minor,patch) __has_extension(extension) 841 #if defined(__has_extension) 842 #define JSON_HEDLEY_GCC_HAS_EXTENSION(extension,major,minor,patch) __has_extension(extension)
|
/third_party/json/single_include/nlohmann/ |
H A D | json.hpp | 960 #if defined(__has_extension) 961 #define JSON_HEDLEY_HAS_EXTENSION(extension) __has_extension(extension) 969 #if defined(__has_extension) 970 #define JSON_HEDLEY_GNUC_HAS_EXTENSION(extension,major,minor,patch) __has_extension(extension) 978 #if defined(__has_extension) 979 #define JSON_HEDLEY_GCC_HAS_EXTENSION(extension,major,minor,patch) __has_extension(extension)
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 13517 #ifndef __has_extension 13518 # define __has_extension(x) 0 /* compatibility with non-clang compilers */ macro 13520 #if GCC_VERSION>=4007000 || __has_extension(c_atomic) [all...] |
Completed in 193 milliseconds