/external/clang/test/Preprocessor/ |
D | 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 …]
|
/external/llvm/include/llvm/Support/ |
D | 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)) && \ 168 #if __has_attribute(pure) || defined(__GNUC__) 185 #if __has_attribute(noinline) || LLVM_GNUC_PREREQ(3, 4, 0) [all …]
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | 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)) && \ 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 …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Compiler.h | 37 #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 …]
|
/external/libcxxabi/src/demangle/ |
D | Compiler.h | 22 #ifndef __has_attribute 23 #define __has_attribute(x) 0 macro 27 #if __has_attribute(noinline) && __has_attribute(used)
|
/external/dng_sdk/source/ |
D | 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/libvpx/libvpx/vpx_ports/ |
D | compiler_attributes.h | 18 #if !defined(__has_attribute) 19 #define __has_attribute(x) 0 macro 31 #if defined(__clang__) && __has_attribute(no_sanitize) 43 #if __has_attribute(uninitialized)
|
/external/tcpdump/ |
D | funcattrs.h | 52 #ifndef __has_attribute 60 #define __has_attribute(x) 0 macro 69 #if __has_attribute(noreturn) \ 113 #if __has_attribute(__format__) \
|
/external/libcxxabi/include/ |
D | __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/libcxx/include/ |
D | __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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
D | DemangleConfig.h | 26 #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)
|
/external/oj-libjdwp/src/solaris/javavm/export/ |
D | jni_md.h | 29 #ifndef __has_attribute 30 #define __has_attribute(x) 0 macro 32 …C__) && ((__GNUC__ > 4) || (__GNUC__ == 4) && (__GNUC_MINOR__ > 2))) || __has_attribute(visibility)
|
/external/python/cpython3/Include/ |
D | exports.h | 15 #ifndef __has_attribute 16 #define __has_attribute(x) 0 // Compatibility with non-clang compilers. macro 19 (defined(__clang__) && __has_attribute(visibility))
|
/external/wayland/tests/data/ |
D | small-private-code.c | 32 #ifndef __has_attribute 33 # define __has_attribute(x) 0 /* Compatibility with non-clang compilers. */ macro 36 #if (__has_attribute(visibility) || defined(__GNUC__) && __GNUC__ >= 4)
|
/external/rust/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerPlatform.h | 82 #ifndef __has_attribute 83 #define __has_attribute(x) 0 macro 91 #if __has_attribute(target) 101 #if __has_attribute(no_sanitize)
|
/external/zstd/lib/common/ |
D | portability_macros.h | 25 #ifndef __has_attribute 26 #define __has_attribute(x) 0 macro 73 #if ((defined(__clang__) && __has_attribute(__target__)) \
|
/external/clang/test/SemaCXX/ |
D | warn-thread-safety-parsing.cpp | 99 #if !__has_attribute(no_thread_safety_analysis) 138 #if !__has_attribute(guarded_var) 176 #if !__has_attribute(pt_guarded_var) 220 #if !__has_attribute(lockable) 260 #if !__has_attribute(scoped_lockable) 302 #if !__has_attribute(guarded_by) 372 #if !__has_attribute(pt_guarded_by) 442 #if !__has_attribute(acquired_after) 502 #if !__has_attribute(acquired_before) 566 #if !__has_attribute(exclusive_lock_function) [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
D | zone_info_source.cc | 55 #if !defined(__has_attribute) 56 #define __has_attribute(x) 0 macro 61 #if (__has_attribute(weak) || defined(__GNUC__)) && !defined(__MINGW32__)
|
/external/abseil-cpp/absl/time/internal/cctz/src/ |
D | zone_info_source.cc | 55 #if !defined(__has_attribute) 56 #define __has_attribute(x) 0 macro 61 #if (__has_attribute(weak) || defined(__GNUC__)) && !defined(__MINGW32__)
|
/external/webrtc/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
D | zone_info_source.cc | 55 #if !defined(__has_attribute) 56 #define __has_attribute(x) 0 macro 61 #if (__has_attribute(weak) || defined(__GNUC__)) && !defined(__MINGW32__)
|
/external/openscreen/third_party/abseil/src/absl/time/internal/cctz/src/ |
D | zone_info_source.cc | 55 #if !defined(__has_attribute) 56 #define __has_attribute(x) 0 macro 61 #if (__has_attribute(weak) || defined(__GNUC__)) && !defined(__MINGW32__)
|
/external/angle/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
D | zone_info_source.cc | 55 #if !defined(__has_attribute) 56 #define __has_attribute(x) 0 macro 61 #if (__has_attribute(weak) || defined(__GNUC__)) && !defined(__MINGW32__)
|
/external/libtextclassifier/abseil-cpp/absl/time/internal/cctz/src/ |
D | zone_info_source.cc | 55 #if !defined(__has_attribute) 56 #define __has_attribute(x) 0 macro 61 #if (__has_attribute(weak) || defined(__GNUC__)) && !defined(__MINGW32__)
|
/external/libpng/ |
D | 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__)
|
/external/pdfium/third_party/libpng16/ |
D | 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__)
|