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

123

/prebuilts/jdk/jdk8/linux-x86/include/linux/
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)
/prebuilts/jdk/jdk9/linux-x86/include/linux/
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)
/prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
H A D__cxxabi_config.h20 #if !defined(__has_attribute)
21 #define __has_attribute(_attribute_) 0 macro
46 #if __has_attribute(__type_visibility__)
/prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
H A D__cxxabi_config.h18 #if !defined(__has_attribute)
19 #define __has_attribute(_attribute_) 0 macro
44 #if __has_attribute(__type_visibility__)
/prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
H A D__cxxabi_config.h18 #if !defined(__has_attribute)
19 #define __has_attribute(_attribute_) 0 macro
44 #if __has_attribute(__type_visibility__)
/prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
H A D__cxxabi_config.h18 #if !defined(__has_attribute)
19 #define __has_attribute(_attribute_) 0 macro
44 #if __has_attribute(__type_visibility__)
/prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
H A D__cxxabi_config.h18 #if !defined(__has_attribute)
19 #define __has_attribute(_attribute_) 0 macro
44 #if __has_attribute(__type_visibility__)
/prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
H A D__cxxabi_config.h18 #if !defined(__has_attribute)
19 #define __has_attribute(_attribute_) 0 macro
44 #if __has_attribute(__type_visibility__)
/prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
H A D__cxxabi_config.h18 #if !defined(__has_attribute)
19 #define __has_attribute(_attribute_) 0 macro
44 #if __has_attribute(__type_visibility__)
/prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
H A D__cxxabi_config.h20 #if !defined(__has_attribute)
21 #define __has_attribute(_attribute_) 0 macro
46 #if __has_attribute(__type_visibility__)
/prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
H A D__cxxabi_config.h18 #if !defined(__has_attribute)
19 #define __has_attribute(_attribute_) 0 macro
44 #if __has_attribute(__type_visibility__)
/prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
H A D__cxxabi_config.h18 #if !defined(__has_attribute)
19 #define __has_attribute(_attribute_) 0 macro
44 #if __has_attribute(__type_visibility__)
/prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
H A D__cxxabi_config.h18 #if !defined(__has_attribute)
19 #define __has_attribute(_attribute_) 0 macro
44 #if __has_attribute(__type_visibility__)
/prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
H A D__cxxabi_config.h18 #if !defined(__has_attribute)
19 #define __has_attribute(_attribute_) 0 macro
44 #if __has_attribute(__type_visibility__)
/prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
H A D__cxxabi_config.h18 #if !defined(__has_attribute)
19 #define __has_attribute(_attribute_) 0 macro
44 #if __has_attribute(__type_visibility__)
/prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
H A D__cxxabi_config.h18 #if !defined(__has_attribute)
19 #define __has_attribute(_attribute_) 0 macro
44 #if __has_attribute(__type_visibility__)
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++abi/include/
H A D__cxxabi_config.h18 #if !defined(__has_attribute)
19 #define __has_attribute(_attribute_) 0 macro
44 #if __has_attribute(__type_visibility__)
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/include/
H A D__cxxabi_config.h18 #if !defined(__has_attribute)
19 #define __has_attribute(_attribute_) 0 macro
44 #if __has_attribute(__type_visibility__)
/prebuilts/clang/host/linux-x86/clang-4393122/prebuilt_include/llvm/lib/Fuzzer/
H A DFuzzerDefs.h39 #ifndef __has_attribute
40 # define __has_attribute(x) 0 macro
46 # if __has_attribute(target)
57 # if __has_attribute(no_sanitize)
/prebuilts/clang/host/linux-x86/clang-4479392/prebuilt_include/llvm/lib/Fuzzer/
H A DFuzzerDefs.h39 #ifndef __has_attribute
40 # define __has_attribute(x) 0 macro
46 # if __has_attribute(target)
57 # if __has_attribute(no_sanitize)
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/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...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/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...]
/prebuilts/clang/host/darwin-x86/clang-4393122/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(used) || LLVM_GNUC_PREREQ(3, 1, 0)
141 #if __has_attribute(unused) || LLVM_GNUC_PREREQ(3, 1, 0)
148 #if (__has_attribute(weak) || LLVM_GNUC_PREREQ(4, 0, 0)) && \
156 // __has_attribute(const), so assume it is supported.
164 #if __has_attribute(pure) || defined(__GNUC__)
181 #if __has_attribute(noinline) || LLVM_GNUC_PREREQ(3, 4, 0)
193 #if __has_attribute(always_inlin
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/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(used) || LLVM_GNUC_PREREQ(3, 1, 0)
141 #if __has_attribute(unused) || LLVM_GNUC_PREREQ(3, 1, 0)
148 #if (__has_attribute(weak) || LLVM_GNUC_PREREQ(4, 0, 0)) && \
156 // __has_attribute(const), so assume it is supported.
164 #if __has_attribute(pure) || defined(__GNUC__)
181 #if __has_attribute(noinline) || LLVM_GNUC_PREREQ(3, 4, 0)
193 #if __has_attribute(always_inlin
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/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(used) || LLVM_GNUC_PREREQ(3, 1, 0)
141 #if __has_attribute(unused) || LLVM_GNUC_PREREQ(3, 1, 0)
148 #if (__has_attribute(weak) || LLVM_GNUC_PREREQ(4, 0, 0)) && \
156 // __has_attribute(const), so assume it is supported.
164 #if __has_attribute(pure) || defined(__GNUC__)
181 #if __has_attribute(noinline) || LLVM_GNUC_PREREQ(3, 4, 0)
193 #if __has_attribute(always_inlin
[all...]

Completed in 491 milliseconds

123