HomeSort by relevance Sort by last modified time
    Searched defs:__has_attribute (Results 1 - 12 of 12) sorted by null

  /external/libcxxabi/src/demangle/
Compiler.h 22 #ifndef __has_attribute
23 #define __has_attribute(x) 0 macro
27 #if __has_attribute(noinline) && __has_attribute(used)
  /external/tcpdump/
funcattrs.h 50 #ifndef __has_attribute
58 #define __has_attribute(x) 0 macro
67 #if __has_attribute(noreturn) \
94 #if __has_attribute(__format__) \
  /external/libcxxabi/include/
__cxxabi_config.h 18 #if !defined(__has_attribute)
19 #define __has_attribute(_attribute_) 0 macro
44 #if __has_attribute(__type_visibility__)
67 #if __has_attribute(__no_sanitize__) && defined(_LIBCXXABI_COMPILER_CLANG)
  /external/libpcap/pcap/
compiler-tests.h 45 #ifndef __has_attribute
53 #define __has_attribute(x) 0 macro
  /external/oj-libjdwp/src/solaris/javavm/export/
jni_md.h 29 #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/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
Compiler.h 32 #ifndef __has_attribute
33 #define __has_attribute(x) 0 macro
53 #if __has_attribute(used) || LLVM_GNUC_PREREQ(3, 1, 0)
65 #if __has_attribute(noinline) || LLVM_GNUC_PREREQ(3, 4, 0)
  /external/libcxx/test/support/
msvc_stdlib_force_include.hpp 55 #define __has_attribute(X) _MSVC_HAS_ATTRIBUTE_ ## X macro
  /external/icu/icu4c/source/common/unicode/
platform.h 417 #ifndef __has_attribute
418 # define __has_attribute(x) 0 macro
455 #if (defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3))) || __has_attribute(alloc_size)
  /external/icu/libandroidicu/include/unicode/
platform.h 417 #ifndef __has_attribute
418 # define __has_attribute(x) 0 macro
455 #if (defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3))) || __has_attribute(alloc_size)
  /external/llvm/include/llvm/Support/
Compiler.h 32 #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(pure) || defined(__GNUC__
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Compiler.h 35 #ifndef __has_attribute
36 # define __has_attribute(x) 0 macro
104 #if (__has_attribute(visibility) || LLVM_GNUC_PREREQ(4, 0, 0)) && \
117 #if __has_attribute(used) || LLVM_GNUC_PREREQ(3, 1, 0)
144 #if __has_attribute(unused) || LLVM_GNUC_PREREQ(3, 1, 0)
151 #if (__has_attribute(weak) || LLVM_GNUC_PREREQ(4, 0, 0)) && \
159 // __has_attribute(const), so assume it is supported.
167 #if __has_attribute(pure) || defined(__GNUC__)
184 #if __has_attribute(noinline) || LLVM_GNUC_PREREQ(3, 4, 0)
196 #if __has_attribute(always_inline) || LLVM_GNUC_PREREQ(4, 0, 0
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
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)) && \
162 // __has_attribute(const), so assume it is supported.
170 #if __has_attribute(pure) || defined(__GNUC__)
187 #if __has_attribute(noinline) || LLVM_GNUC_PREREQ(3, 4, 0
    [all...]

Completed in 158 milliseconds