/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/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)
|
D | dng_utils.h | 34 #if defined(__clang__) && defined(__has_attribute) 35 #if __has_attribute(no_sanitize) 1173 #if defined(__clang__) && defined(__has_attribute) 1174 #if __has_attribute(no_sanitize)
|
/third_party/node/deps/v8/include/ |
D | v8config.h | 335 # define V8_HAS_ATTRIBUTE_ALWAYS_INLINE (__has_attribute(always_inline)) 336 # define V8_HAS_ATTRIBUTE_NONNULL (__has_attribute(nonnull)) 337 # define V8_HAS_ATTRIBUTE_NOINLINE (__has_attribute(noinline)) 338 # define V8_HAS_ATTRIBUTE_UNUSED (__has_attribute(unused)) 339 # define V8_HAS_ATTRIBUTE_VISIBILITY (__has_attribute(visibility)) 341 (__has_attribute(warn_unused_result)) 538 #if defined(__clang__) && defined(__has_attribute) 539 #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/mesa3d/src/util/ |
D | compiler.h | 73 #ifndef __has_attribute 74 # define __has_attribute(x) 0 macro 91 #elif __has_attribute(fallthrough)
|
D | macros.h | 41 #ifndef __has_attribute 42 # define __has_attribute(x) 0 macro 427 #if __has_attribute(capability)
|
/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/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/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/node/deps/v8/include/cppgc/internal/ |
D | compiler-specific.h | 10 #if defined(__has_attribute) 11 #define CPPGC_HAS_ATTRIBUTE(FEATURE) __has_attribute(FEATURE)
|
/third_party/FreeBSD/sys/sys/ |
D | cdefs.h | 47 #ifndef __has_attribute 48 #define __has_attribute(x) 0 macro 222 #if __GNUC_PREREQ__(4, 3) || __has_attribute(__alloc_size__) 229 #if __GNUC_PREREQ__(4, 9) || __has_attribute(__alloc_align__) 801 #if __has_attribute(__argument_with_type_tag__) && \ 802 __has_attribute(__type_tag_for_datatype__) 870 #if __has_attribute(no_sanitize) && defined(__clang__)
|
/third_party/libjpeg-turbo/ |
D | jconfigint.h | 65 #if defined(__has_attribute) 66 #if __has_attribute(fallthrough)
|
/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/elfutils/lib/ |
D | eu-config.h | 183 #ifdef __has_attribute 184 # if __has_attribute(no_reorder) 195 # ifdef __has_attribute 196 # if __has_attribute(symver)
|
/third_party/mbedtls/include/mbedtls/ |
D | debug.h | 95 #if defined(__has_attribute) 96 #if __has_attribute(format)
|
/third_party/libfuse/ |
D | meson.build | 129 # recent clang and gcc both support __has_attribute (and if they are too old 130 # to have __has_attribute, then they are too old to support symver) 131 # other compilers might not have __has_attribute, but in those cases 133 # method for symver. Anyway the attributes not supported by __has_attribute()
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
D | deDefs.hpp | 192 #if (DE_COMPILER == DE_COMPILER_CLANG) && defined(__has_attribute) 193 # if __has_attribute(warn_unused)
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | double-conversion-utils.h | 71 #ifdef __has_attribute 72 # define DOUBLE_CONVERSION_HAS_ATTRIBUTE(x) __has_attribute(x)
|
/third_party/node/deps/brotli/c/include/brotli/ |
D | port.h | 205 #if defined(__has_attribute) 207 __has_attribute(attribute)
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
D | attributes.h | 49 #ifdef __has_attribute 50 #define ABSL_HAVE_ATTRIBUTE(x) __has_attribute(x)
|