HomeSort by relevance Sort by last modified time
    Searched refs:__has_attribute (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/clang/test/Preprocessor/
has_attribute.c 4 #if __has_attribute(always_inline)
9 #if __has_attribute(__always_inline__)
14 #if !__has_attribute(dummy_attribute)
19 #ifdef __has_attribute
24 #if !__has_attribute(something_we_dont_have)
29 #if __has_attribute(__const)
33 #if __has_attribute(const)
38 #if !__has_attribute(volatile)
43 #if __has_attribute(interrupt)
48 #if !__has_attribute(dllexport
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/include/linux/
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)
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/include/
__cxxabi_config.h 20 #if !defined(__has_attribute)
21 #define __has_attribute(_attribute_) 0 macro
37 #if __has_attribute(__type_visibility__)
  /external/libcxxabi/include/
__cxxabi_config.h 20 #if !defined(__has_attribute)
21 #define __has_attribute(_attribute_) 0 macro
46 #if __has_attribute(__type_visibility__)
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
__cxxabi_config.h 20 #if !defined(__has_attribute)
21 #define __has_attribute(_attribute_) 0 macro
46 #if __has_attribute(__type_visibility__)
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
__cxxabi_config.h 20 #if !defined(__has_attribute)
21 #define __has_attribute(_attribute_) 0 macro
46 #if __has_attribute(__type_visibility__)
  /external/brotli/include/brotli/
port.h 17 #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/clang/test/Sema/
attr-tls_model.c 3 #if !__has_attribute(tls_model)
  /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/dng_sdk/source/
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)
  /external/clang/test/SemaCXX/
attr-no-sanitize-address.cpp 5 #if !__has_attribute(no_sanitize_address)
attr-no-sanitize-memory.cpp 5 #if !__has_attribute(no_sanitize_memory)
attr-no-sanitize-thread.cpp 5 #if !__has_attribute(no_sanitize_thread)
  /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...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/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...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/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...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/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...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/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...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/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...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/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...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/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...]
  /external/v8/include/
v8config.h 208 # define V8_HAS_ATTRIBUTE_ALIGNED (__has_attribute(aligned))
209 # define V8_HAS_ATTRIBUTE_ALWAYS_INLINE (__has_attribute(always_inline))
210 # define V8_HAS_ATTRIBUTE_DEPRECATED (__has_attribute(deprecated))
211 # define V8_HAS_ATTRIBUTE_NOINLINE (__has_attribute(noinline))
212 # define V8_HAS_ATTRIBUTE_NORETURN (__has_attribute(noreturn))
213 # define V8_HAS_ATTRIBUTE_UNUSED (__has_attribute(unused))
214 # define V8_HAS_ATTRIBUTE_VISIBILITY (__has_attribute(visibility))
216 (__has_attribute(warn_unused_result))
  /external/libpcap/tests/
opentest.c 51 #ifndef __has_attribute
59 #define __has_attribute(x) 0 macro
62 #if __has_attribute(noreturn) \
79 #if __has_attribute(__format__) \
  /external/libpng/
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__)

Completed in 1077 milliseconds

1 2 3