/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/ |
D | has-attribute.c | 1 #ifndef __has_attribute 2 __has_attribute()??? Quesako? 3 #define __has_attribute(x) 0 macro 8 123 __has_attribute(nothinx) def 10 #if __has_attribute(nothinx) 15 && __has_attribute(packed) \ 16 && __has_attribute(aligned) \ 17 && __has_attribute(const) \ 18 && __has_attribute(pure) \ 19 && __has_attribute(noreturn) \ [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Compiler.h | 32 #ifndef __has_attribute 33 # define __has_attribute(x) 0 macro 101 #if (__has_attribute(visibility) || LLVM_GNUC_PREREQ(4, 0, 0)) && \ 114 #if __has_attribute(sentinel) || LLVM_GNUC_PREREQ(3, 0, 0) 120 #if __has_attribute(used) || LLVM_GNUC_PREREQ(3, 1, 0) 147 #if __has_attribute(unused) || LLVM_GNUC_PREREQ(3, 1, 0) 154 #if (__has_attribute(weak) || LLVM_GNUC_PREREQ(4, 0, 0)) && \ 170 #if __has_attribute(pure) || defined(__GNUC__) 187 #if __has_attribute(noinline) || LLVM_GNUC_PREREQ(3, 4, 0) 199 #if __has_attribute(always_inline) || LLVM_GNUC_PREREQ(4, 0, 0) [all …]
|
/third_party/cef/include/base/ |
D | cef_compiler_specific.h | 75 #if !defined(__has_attribute) 76 #define __has_attribute(x) 0 macro 123 #if defined(__clang__) && __has_attribute(not_tail_called) 202 #if defined(__has_attribute) 203 #if __has_attribute(no_sanitize) 321 #if defined(__clang__) && __has_attribute(uninitialized) 388 #if defined(__clang__) && __has_attribute(nomerge) 415 #if defined(__clang__) && __has_attribute(trivial_abi)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Compiler.h | 37 #ifndef __has_attribute 38 # define __has_attribute(x) 0 macro 124 #if (__has_attribute(visibility) || LLVM_GNUC_PREREQ(4, 0, 0)) && \ 139 #if __has_attribute(used) || LLVM_GNUC_PREREQ(3, 1, 0) 183 #if __has_attribute(unused) || LLVM_GNUC_PREREQ(3, 1, 0) 190 #if (__has_attribute(weak) || LLVM_GNUC_PREREQ(4, 0, 0)) && \ 206 #if __has_attribute(pure) || defined(__GNUC__) 223 #if __has_attribute(noinline) || LLVM_GNUC_PREREQ(3, 4, 0) 235 #if __has_attribute(always_inline) || LLVM_GNUC_PREREQ(4, 0, 0) 251 #if __has_attribute(returns_nonnull) || LLVM_GNUC_PREREQ(4, 9, 0) [all …]
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_fingerprint.h | 229 #if defined(__clang__) && defined(__has_attribute) 230 #if __has_attribute(no_sanitize) 247 #if defined(__clang__) && defined(__has_attribute) 248 #if __has_attribute(no_sanitize) 265 #if defined(__clang__) && defined(__has_attribute) 266 #if __has_attribute(no_sanitize) 283 #if defined(__clang__) && defined(__has_attribute) 284 #if __has_attribute(no_sanitize)
|
D | dng_bad_pixels.h | 81 #if defined(__clang__) && defined(__has_attribute) 82 #if __has_attribute(no_sanitize)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
D | DemangleConfig.h | 26 #ifndef __has_attribute 27 #define __has_attribute(x) 0 macro 47 #if __has_attribute(used) || DEMANGLE_GNUC_PREREQ(3, 1, 0) 61 #if __has_attribute(noinline) || DEMANGLE_GNUC_PREREQ(3, 4, 0)
|
/third_party/python/Include/ |
D | exports.h | 15 #ifndef __has_attribute 16 #define __has_attribute(x) 0 // Compatibility with non-clang compilers. macro 19 (defined(__clang__) && __has_attribute(visibility))
|
/third_party/wayland_standard/tests/data/ |
D | small-private-code.c | 32 #ifndef __has_attribute 33 # define __has_attribute(x) 0 /* Compatibility with non-clang compilers. */ macro 36 #if (__has_attribute(visibility) || defined(__GNUC__) && __GNUC__ >= 4)
|
/third_party/mesa3d/src/util/ |
D | compiler.h | 75 #ifndef __has_attribute 76 # define __has_attribute(x) 0 macro 93 #elif __has_attribute(fallthrough)
|
D | macros.h | 45 #ifndef __has_attribute 46 # define __has_attribute(x) 0 macro 457 #if __has_attribute(capability)
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | angleutils.h | 264 #if defined(__clang__) || (defined(__GNUC__) && defined(__has_attribute)) 265 # define ANGLE_HAS_ATTRIBUTE_ALWAYS_INLINE (__has_attribute(always_inline)) 283 #if defined(__clang__) || (defined(__GNUC__) && defined(__has_attribute)) 284 # if __has_attribute(noinline) 295 #if defined(__clang__) || (defined(__GNUC__) && defined(__has_attribute)) 296 # if __has_attribute(format)
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
D | zone_info_source.cc | 55 #if !defined(__has_attribute) 56 #define __has_attribute(x) 0 macro 61 #if (__has_attribute(weak) || defined(__GNUC__)) && !defined(__MINGW32__)
|
/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
D | zone_info_source.cc | 55 #if !defined(__has_attribute) 56 #define __has_attribute(x) 0 macro 61 #if (__has_attribute(weak) || defined(__GNUC__)) && !defined(__MINGW32__)
|
/third_party/skia/third_party/externals/libpng/ |
D | pngconf.h | 342 # if defined(__clang__) && defined(__has_attribute) 344 # if !defined(PNG_USE_RESULT) && __has_attribute(__warn_unused_result__) 347 # if !defined(PNG_NORETURN) && __has_attribute(__noreturn__) 350 # if !defined(PNG_ALLOCATED) && __has_attribute(__malloc__) 353 # if !defined(PNG_DEPRECATED) && __has_attribute(__deprecated__)
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | pngconf.h | 342 # if defined(__clang__) && defined(__has_attribute) 344 # if !defined(PNG_USE_RESULT) && __has_attribute(__warn_unused_result__) 347 # if !defined(PNG_NORETURN) && __has_attribute(__noreturn__) 350 # if !defined(PNG_ALLOCATED) && __has_attribute(__malloc__) 353 # if !defined(PNG_DEPRECATED) && __has_attribute(__deprecated__)
|
/third_party/libpng/ |
D | pngconf.h | 342 # if defined(__clang__) && defined(__has_attribute) 344 # if !defined(PNG_USE_RESULT) && __has_attribute(__warn_unused_result__) 347 # if !defined(PNG_NORETURN) && __has_attribute(__noreturn__) 350 # if !defined(PNG_ALLOCATED) && __has_attribute(__malloc__) 353 # if !defined(PNG_DEPRECATED) && __has_attribute(__deprecated__)
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | angleutils.h | 357 #if defined(__clang__) || (defined(__GNUC__) && defined(__has_attribute)) 358 # define ANGLE_HAS_ATTRIBUTE_ALWAYS_INLINE (__has_attribute(always_inline)) 376 #if defined(__clang__) || (defined(__GNUC__) && defined(__has_attribute)) 377 # if __has_attribute(noinline) 388 #if defined(__clang__) || (defined(__GNUC__) && defined(__has_attribute)) 389 # if __has_attribute(format)
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | autoinit_funcs.h | 72 #ifdef __has_attribute 73 #if !__has_attribute(constructor) || !__has_attribute(destructor)
|
/third_party/boost/boost/config/compiler/ |
D | clang.hpp | 26 #ifndef __has_attribute 27 #define __has_attribute(x) 0 macro 343 #if __has_attribute(__may_alias__)
|
/third_party/FreeBSD/sys/sys/ |
D | cdefs.h | 44 #ifndef __has_attribute 45 #define __has_attribute(x) 0 macro 243 #if __GNUC_PREREQ__(4, 3) || __has_attribute(__alloc_size__) 250 #if __GNUC_PREREQ__(4, 9) || __has_attribute(__alloc_align__) 818 #if __has_attribute(__argument_with_type_tag__) && \ 819 __has_attribute(__type_tag_for_datatype__)
|
/third_party/boost/boost/config/detail/ |
D | suffix.hpp | 639 # elif defined(__has_attribute) && defined(__SUNPRO_CC) && (__SUNPRO_CC > 0x5130) 640 # if __has_attribute(noreturn) 1031 #if defined(__has_attribute) && defined(__SUNPRO_CC) && (__SUNPRO_CC > 0x5130) 1032 #if __has_attribute(nodiscard) 1035 #if __has_attribute(no_unique_address)
|
/third_party/boost/boost/atomic/detail/ |
D | config.hpp | 157 #if !defined(BOOST_ATOMIC_DETAIL_DEPRECATED) && defined(__has_attribute) 158 #if __has_attribute(deprecated)
|
/third_party/boost/boost/static_string/ |
D | config.hpp | 46 #elif defined(__has_attribute) 47 #define BOOST_STATIC_STRING_CHECK_FOR_ATTR(x) __has_attribute(x)
|
/third_party/mbedtls/include/mbedtls/ |
D | debug.h | 95 #if defined(__has_attribute) 96 #if __has_attribute(format)
|