Home
last modified time | relevance | path

Searched refs:__has_extension (Results 1 - 16 of 16) sorted by relevance

/third_party/FreeBSD/sys/sys/
H A Dcdefs.h50 #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 Dpngconf.h357 # ifdef __has_extension
358 # if __has_extension(attribute_unavailable_with_message)
/third_party/protobuf/objectivec/
H A DGPBBootstrap.h105 #if __has_extension(attribute_deprecated_with_message)
H A DGPBDescriptor_PackagePrivate.h356 #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 Dplatform_macros.h86 # if !__has_extension(c_atomic)
/third_party/icu/icu4c/source/common/unicode/
H A Dplatform.h452 #ifdef __has_extension
453 # define UPRV_HAS_EXTENSION(x) __has_extension(x)
/third_party/node/deps/icu-small/source/common/unicode/
H A Dplatform.h452 #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 DCompiler.h33 #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 DCompiler.h28 #ifndef __has_extension
29 # define __has_extension(x) 0 macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dplatform.h452 #ifdef __has_extension
453 # define UPRV_HAS_EXTENSION(x) __has_extension(x)
/third_party/tzdata/
H A Dprivate.h76 #if !defined HAVE__GENERIC && defined __has_extension
77 # if !__has_extension(c_generic_selections)
/third_party/json/include/nlohmann/thirdparty/hedley/
H A Dhedley.hpp644 #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 Dutils-vixl.h198 #ifdef __has_extension(attribute_deprecated_with_message)
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp823 #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 Djson.hpp960 #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 Dsqlite3.c13517 #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