Home
last modified time | relevance | path

Searched refs:__has_attribute (Results 1 – 25 of 68) sorted by relevance

123

/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/
Dhas-attribute.c1 #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/
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)) && \
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/
Dcef_compiler_specific.h75 #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/
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)) && \
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/
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)
Ddng_bad_pixels.h81 #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/
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/
Dexports.h15 #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/
Dsmall-private-code.c32 #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/
Dcompiler.h75 #ifndef __has_attribute
76 # define __has_attribute(x) 0 macro
93 #elif __has_attribute(fallthrough)
Dmacros.h45 #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/
Dangleutils.h264 #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/
Dzone_info_source.cc55 #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/
Dzone_info_source.cc55 #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/
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/flutter/skia/third_party/externals/libpng/
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/libpng/
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/skia/third_party/externals/angle2/src/common/
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/skia/third_party/externals/microhttpd/src/include/
Dautoinit_funcs.h72 #ifdef __has_attribute
73 #if !__has_attribute(constructor) || !__has_attribute(destructor)
/third_party/boost/boost/config/compiler/
Dclang.hpp26 #ifndef __has_attribute
27 #define __has_attribute(x) 0 macro
343 #if __has_attribute(__may_alias__)
/third_party/FreeBSD/sys/sys/
Dcdefs.h44 #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/
Dsuffix.hpp639 # 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/
Dconfig.hpp157 #if !defined(BOOST_ATOMIC_DETAIL_DEPRECATED) && defined(__has_attribute)
158 #if __has_attribute(deprecated)
/third_party/boost/boost/static_string/
Dconfig.hpp46 #elif defined(__has_attribute)
47 #define BOOST_STATIC_STRING_CHECK_FOR_ATTR(x) __has_attribute(x)
/third_party/mbedtls/include/mbedtls/
Ddebug.h95 #if defined(__has_attribute)
96 #if __has_attribute(format)

123