Home
last modified time | relevance | path

Searched refs:__has_extension (Results 1 – 25 of 30) sorted by relevance

12

/third_party/boost/libs/hana/include/boost/hana/detail/
Dintrinsics.hpp19 # 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/
Dintrinsics.hpp19 # 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/
Dcdefs.h47 #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/
Dxlcpp.hpp22 #ifndef __has_extension
23 #define __has_extension __has_feature macro
204 #if !(__has_feature(__cxx_binary_literals__) || __has_extension(__cxx_binary_literals__))
Dclang.hpp22 #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/
Dconfig.hpp135 #if !defined(BOOST_ATOMIC_DETAIL_DEPRECATED) && defined(__has_extension)
136 #if __has_extension(attribute_deprecated_with_message)
/third_party/skia/third_party/externals/libpng/
Dpngconf.h357 # ifdef __has_extension
358 # if __has_extension(attribute_unavailable_with_message)
/third_party/flutter/skia/third_party/externals/libpng/
Dpngconf.h357 # ifdef __has_extension
358 # if __has_extension(attribute_unavailable_with_message)
/third_party/libpng/
Dpngconf.h357 # ifdef __has_extension
358 # if __has_extension(attribute_unavailable_with_message)
/third_party/protobuf/objectivec/
DGPBBootstrap.h105 #if __has_extension(attribute_deprecated_with_message)
DGPBDescriptor_PackagePrivate.h356 #if __has_feature(c_static_assert) || __has_extension(c_static_assert)
/third_party/protobuf/src/google/protobuf/stubs/
Dplatform_macros.h86 # if !__has_extension(c_atomic)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCompiler.h28 #ifndef __has_extension
29 # define __has_extension(x) 0 macro
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dplatform.h432 #ifndef __has_extension
433 # define __has_extension(x) 0 macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dplatform.h452 #ifdef __has_extension
453 # define UPRV_HAS_EXTENSION(x) __has_extension(x)
/third_party/node/deps/icu-small/source/common/unicode/
Dplatform.h452 #ifdef __has_extension
453 # define UPRV_HAS_EXTENSION(x) __has_extension(x)
/third_party/icu/icu4c/source/common/unicode/
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/
DCompiler.h33 #ifndef __has_extension
34 # define __has_extension(x) 0 macro
/third_party/jsoncpp/include/json/
Dconfig.h110 #if __has_extension(attribute_deprecated_with_message)
/third_party/boost/boost/metaparse/v1/cpp11/
Dstring.hpp210 # if __has_extension(cxx_string_literal_templates)
/third_party/tzdata/
Dprivate.h42 #if !defined HAVE_GENERIC && defined __has_extension
43 # if __has_extension(c_generic_selections)
/third_party/json/include/nlohmann/thirdparty/hedley/
Dhedley.hpp603 #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/
Dgmp-openh264.cpp68 # ifndef __has_extension
69 # define __has_extension __has_feature macro
72 # if __has_extension(cxx_nullptr)
/third_party/boost/boost/type_traits/
Dintrinsics.hpp229 # if __has_extension(is_trivially_constructible)
232 # if __has_extension(is_trivially_assignable)
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.6.2.rst103 * add support for __has_feature() & __has_extension()

12