Home
last modified time | relevance | path

Searched refs:__has_attribute (Results 1 - 25 of 55) sorted by relevance

123

/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/
H A Dhas-attribute.c1 #ifndef __has_attribute
2 __has_attribute()??? Quesako?
3 #define __has_attribute(x) 0 macro
5 "has __has_attribute(), yeah!"
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(pur
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DCompiler.h37 #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)) && \
198 // __has_attribute(const), so assume it is supported.
206 #if __has_attribute(pure) || defined(__GNUC__)
223 #if __has_attribute(noinline) || LLVM_GNUC_PREREQ(3, 4, 0)
235 #if __has_attribute(always_inlin
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCompiler.h32 #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)) && \
162 // __has_attribute(const), so assume it is supported.
170 #if __has_attribute(pure) || defined(__GNUC__)
187 #if __has_attribute(noinlin
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_fingerprint.h229 #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)
H A Ddng_bad_pixels.h81 #if defined(__clang__) && defined(__has_attribute)
82 #if __has_attribute(no_sanitize)
/third_party/node/deps/v8/include/v8-include/
H A Dv8config.h345 # define V8_HAS_ATTRIBUTE_ALWAYS_INLINE (__has_attribute(always_inline))
347 (__has_attribute(require_constant_initialization))
348 # define V8_HAS_ATTRIBUTE_CONST (__has_attribute(const))
349 # define V8_HAS_ATTRIBUTE_NONNULL (__has_attribute(nonnull))
350 # define V8_HAS_ATTRIBUTE_NOINLINE (__has_attribute(noinline))
351 # define V8_HAS_ATTRIBUTE_UNUSED (__has_attribute(unused))
365 # define V8_HAS_ATTRIBUTE_PRESERVE_MOST (__has_attribute(preserve_most))
367 # define V8_HAS_ATTRIBUTE_VISIBILITY (__has_attribute(visibility))
369 (__has_attribute(warn_unused_result))
669 #if defined(__clang__) && defined(__has_attribute)
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DDemangleConfig.h26 #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/
H A Dexports.h10 * If we only ever used gcc >= 5, we could use __has_attribute(visibility)
15 #ifndef __has_attribute
16 #define __has_attribute(x) 0 // Compatibility with non-clang compilers. macro
19 (defined(__clang__) && __has_attribute(visibility))
/third_party/node/deps/v8/include/
H A Dv8config.h335 # 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/mesa3d/src/util/
H A Dcompiler.h73 #ifndef __has_attribute
74 # define __has_attribute(x) 0 macro
78 /* We do not do the same trick as __has_attribute because parsing
91 #elif __has_attribute(fallthrough)
H A Dmacros.h41 #ifndef __has_attribute
42 # define __has_attribute(x) 0 macro
427 #if __has_attribute(capability)
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dzone_info_source.cc55 #if !defined(__has_attribute)
56 #define __has_attribute(x) 0 macro
58 // MinGW is GCC on Windows, so while it asserts __has_attribute(weak), the
61 #if (__has_attribute(weak) || defined(__GNUC__)) && !defined(__MINGW32__)
/third_party/skia/third_party/externals/libpng/
H A Dpngconf.h342 # 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/libjpeg-turbo/
H A Djconfigint.h65 #if defined(__has_attribute)
66 #if __has_attribute(fallthrough)
/third_party/node/deps/v8/include/cppgc/internal/
H A Dcompiler-specific.h10 #if defined(__has_attribute)
11 #define CPPGC_HAS_ATTRIBUTE(FEATURE) __has_attribute(FEATURE)
/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H A Dcompiler-specific.h10 #if defined(__has_attribute)
11 #define CPPGC_HAS_ATTRIBUTE(FEATURE) __has_attribute(FEATURE)
/third_party/FreeBSD/sys/sys/
H A Dcdefs.h47 #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/skia/third_party/externals/microhttpd/src/include/
H A Dautoinit_funcs.h72 #ifdef __has_attribute
73 #if !__has_attribute(constructor) || !__has_attribute(destructor)
75 #endif /* !__has_attribute(constructor) || !__has_attribute(destructor) */
76 #endif /* __has_attribute */
/third_party/skia/third_party/externals/angle2/src/common/
H A Dangleutils.h357 #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/elfutils/lib/
H A Deu-config.h183 #ifdef __has_attribute
184 # if __has_attribute(no_reorder)
195 # ifdef __has_attribute
196 # if __has_attribute(symver)
/third_party/mbedtls/library/
H A Dcommon.h270 #if !defined(MBEDTLS_MAYBE_UNUSED) && defined(__has_attribute)
271 # if __has_attribute(unused)
/third_party/mbedtls/include/mbedtls/
H A Ddebug.h83 #if defined(__has_attribute)
84 #if __has_attribute(format)
92 #else /* __has_attribute(format) */
94 #endif /* __has_attribute(format) */
95 #else /* defined(__has_attribute) */
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Dutils.h84 // Not all compilers support __has_attribute and combining a check for both
85 // ifdef and __has_attribute on the same preprocessor line isn't portable.
86 #ifdef __has_attribute
87 # define DOUBLE_CONVERSION_HAS_ATTRIBUTE(x) __has_attribute(x)
/third_party/icu/icu4c/source/i18n/
H A Ddouble-conversion-utils.h94 // Not all compilers support __has_attribute and combining a check for both
95 // ifdef and __has_attribute on the same preprocessor line isn't portable.
96 #ifdef __has_attribute
97 # define DOUBLE_CONVERSION_HAS_ATTRIBUTE(x) __has_attribute(x)
/third_party/node/deps/brotli/c/include/brotli/
H A Dport.h205 #if defined(__has_attribute)
207 __has_attribute(attribute)

Completed in 15 milliseconds

123