Searched defs:__has_attribute (Results 1 - 14 of 14) sorted by relevance

/external/tcpdump/
H A Dfuncattrs.h50 #ifndef __has_attribute
58 #define __has_attribute(x) 0 macro
67 #if __has_attribute(noreturn) \
94 #if __has_attribute(__format__) \
/external/libcxx/include/
H A D__cxxabi_config.h18 #if !defined(__has_attribute)
19 #define __has_attribute(_attribute_) 0 macro
44 #if __has_attribute(__type_visibility__)
/external/libcxxabi/include/
H A D__cxxabi_config.h18 #if !defined(__has_attribute)
19 #define __has_attribute(_attribute_) 0 macro
44 #if __has_attribute(__type_visibility__)
/external/oj-libjdwp/src/solaris/javavm/export/
H A Djni_md.h29 #ifndef __has_attribute
30 #define __has_attribute(x) 0 macro
32 #if (defined(__GNUC__) && ((__GNUC__ > 4) || (__GNUC__ == 4) && (__GNUC_MINOR__ > 2))) || __has_attribute(visibility)
/external/brotli/c/include/brotli/
H A Dport.h17 #ifndef __has_attribute
18 #define __has_attribute(x) 0 macro
71 #if BROTLI_MODERN_COMPILER || __has_attribute(always_inline)
79 #elif BROTLI_MODERN_COMPILER || __has_attribute(visibility)
132 #if BROTLI_MODERN_COMPILER || __has_attribute(noinline)
138 #if BROTLI_MODERN_COMPILER || __has_attribute(deprecated)
/external/libcxx/test/support/
H A Dmsvc_stdlib_force_include.hpp55 #define __has_attribute(X) _MSVC_HAS_ATTRIBUTE_ ## X macro
/external/libpcap/tests/
H A Dopentest.c51 #ifndef __has_attribute
59 #define __has_attribute(x) 0 macro
62 #if __has_attribute(noreturn) \
79 #if __has_attribute(__format__) \
H A Dcapturetest.c52 #ifndef __has_attribute
60 #define __has_attribute(x) 0 macro
63 #if __has_attribute(noreturn) \
80 #if __has_attribute(__format__) \
H A Dfiltertest.c60 #ifndef __has_attribute
68 #define __has_attribute(x) 0 macro
71 #if __has_attribute(noreturn) \
88 #if __has_attribute(__format__) \
H A Dselpolltest.c60 #ifndef __has_attribute
68 #define __has_attribute(x) 0 macro
71 #if __has_attribute(noreturn) \
88 #if __has_attribute(__format__) \
H A Dvalgrindtest.c109 #ifndef __has_attribute
117 #define __has_attribute(x) 0 macro
120 #if __has_attribute(noreturn) \
137 #if __has_attribute(__format__) \
/external/icu/icu4c/source/common/unicode/
H A Dplatform.h428 #ifndef __has_attribute
429 # define __has_attribute(x) 0 macro
463 #if (defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3))) || __has_attribute(alloc_size)
/external/llvm/include/llvm/Support/
H A DCompiler.h32 #ifndef __has_attribute
33 # define __has_attribute(x) 0 macro
110 #if (__has_attribute(visibility) || LLVM_GNUC_PREREQ(4, 0, 0)) && \
117 #if __has_attribute(sentinel) || LLVM_GNUC_PREREQ(3, 0, 0)
123 #if __has_attribute(used) || LLVM_GNUC_PREREQ(3, 1, 0)
129 #if __has_attribute(warn_unused_result) || LLVM_GNUC_PREREQ(3, 4, 0)
145 #if __has_attribute(unused) || LLVM_GNUC_PREREQ(3, 1, 0)
152 #if (__has_attribute(weak) || LLVM_GNUC_PREREQ(4, 0, 0)) && \
160 // __has_attribute(const), so assume it is supported.
168 #if __has_attribute(pur
[all...]
/external/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...]

Completed in 664 milliseconds