| /llvm-project-15.0.7/clang/test/Preprocessor/ |
| H A 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 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) 53 #if !__has_attribute(uuid) [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | Compiler.h | 34 #ifndef __has_attribute 35 # define __has_attribute(x) 0 macro 135 #if __has_attribute(used) 179 #if __has_attribute(unused) 209 #if __has_attribute(minsize) 225 #if __has_attribute(noinline) 235 #if __has_attribute(always_inline) 246 #if __has_attribute(nodebug) 252 #if __has_attribute(returns_nonnull) 275 #elif __has_attribute(fallthrough) [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/Demangle/ |
| H A 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)
|
| /llvm-project-15.0.7/libcxxabi/include/ |
| H A D | __cxxabi_config.h | 17 #if !defined(__has_attribute) 18 #define __has_attribute(_attribute_) 0 macro 56 #if __has_attribute(__type_visibility__) 81 #if __has_attribute(__no_sanitize__) && defined(_LIBCXXABI_COMPILER_CLANG)
|
| /llvm-project-15.0.7/libcxxabi/src/demangle/ |
| H A D | DemangleConfig.h | 31 #ifndef __has_attribute 32 #define __has_attribute(x) 0 macro 52 #if __has_attribute(used) || DEMANGLE_GNUC_PREREQ(3, 1, 0) 66 #if __has_attribute(noinline) || DEMANGLE_GNUC_PREREQ(3, 4, 0)
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/ |
| H A 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)
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | warn-thread-safety-parsing.cpp | 140 #if !__has_attribute(guarded_var) 178 #if !__has_attribute(pt_guarded_var) 222 #if !__has_attribute(lockable) 262 #if !__has_attribute(scoped_lockable) 304 #if !__has_attribute(guarded_by) 375 #if !__has_attribute(pt_guarded_by) 445 #if !__has_attribute(acquired_after) 505 #if !__has_attribute(acquired_before) 870 #if !__has_attribute(unlock_function) 946 #if !__has_attribute(lock_returned) [all …]
|
| H A D | attr-no-sanitize-address.cpp | 5 #if !__has_attribute(no_sanitize_address)
|
| H A D | attr-no-sanitize-memory.cpp | 5 #if !__has_attribute(no_sanitize_memory)
|
| H A D | attr-no-sanitize-thread.cpp | 5 #if !__has_attribute(no_sanitize_thread)
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | __config | 177 # ifndef __has_attribute 178 # define __has_attribute(__x) 0 472 # if __has_attribute(no_sanitize) 675 # if __has_attribute(__enable_if__) 706 # if __has_attribute(using_if_exists) 772 # if __has_attribute(deprecated) 877 # if __has_attribute(no_destroy) 1056 # elif __has_attribute(__fallthrough__) 1062 # if __has_attribute(__nodebug__) 1155 # if __has_attribute(init_priority) [all …]
|
| /llvm-project-15.0.7/mlir/lib/ExecutionEngine/ |
| H A D | Float16bits.cpp | 153 #ifdef __has_attribute 154 #if __has_attribute(weak) && !defined(__MINGW32__) && !defined(__CYGWIN__) && \
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | internal_defs.h | 70 #if defined(__has_attribute) 71 #if __has_attribute(require_constant_initialization)
|
| /llvm-project-15.0.7/clang/test/Lexer/ |
| H A D | has_attribute_objc_boxable.m | 3 #if __has_attribute(objc_boxable)
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | no_profile_instrument_function-attribute.c | 4 #if !__has_attribute(no_profile_instrument_function)
|
| H A D | aix-attr-tls_model.c | 4 #if !__has_attribute(tls_model)
|
| H A D | attr-tls_model.c | 3 #if !__has_attribute(tls_model)
|
| H A D | attr-warning.c | 2 #if !__has_attribute(warning)
|
| H A D | attr-error.c | 2 #if !__has_attribute(error)
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | attr-swift_objc_members.m | 3 #if !__has_attribute(swift_objc_members)
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_dispatch_defs.h | 53 #if __has_attribute(noescape)
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_dispatch_defs.h | 53 #if __has_attribute(noescape)
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | attr-function-return.c | 20 #if !__has_attribute(function_return)
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | type_visibility.cpp | 17 #if !__has_attribute(type_visibility)
|
| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | msvc_stdlib_force_include.h | 54 #define __has_attribute(X) _MSVC_HAS_ATTRIBUTE_ ## X macro
|