Home
last modified time | relevance | path

Searched refs:__has_attribute (Results 1 – 25 of 50) sorted by relevance

12

/llvm-project-15.0.7/clang/test/Preprocessor/
H A Dhas_attribute.c4 #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 DCompiler.h34 #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 DDemangleConfig.h26 #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.h17 #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 DDemangleConfig.h31 #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 DFuzzerPlatform.h82 #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 Dwarn-thread-safety-parsing.cpp140 #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 Dattr-no-sanitize-address.cpp5 #if !__has_attribute(no_sanitize_address)
H A Dattr-no-sanitize-memory.cpp5 #if !__has_attribute(no_sanitize_memory)
H A Dattr-no-sanitize-thread.cpp5 #if !__has_attribute(no_sanitize_thread)
/llvm-project-15.0.7/libcxx/include/
H A D__config177 # 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 DFloat16bits.cpp153 #ifdef __has_attribute
154 #if __has_attribute(weak) && !defined(__MINGW32__) && !defined(__CYGWIN__) && \
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h70 #if defined(__has_attribute)
71 #if __has_attribute(require_constant_initialization)
/llvm-project-15.0.7/clang/test/Lexer/
H A Dhas_attribute_objc_boxable.m3 #if __has_attribute(objc_boxable)
/llvm-project-15.0.7/clang/test/Sema/
H A Dno_profile_instrument_function-attribute.c4 #if !__has_attribute(no_profile_instrument_function)
H A Daix-attr-tls_model.c4 #if !__has_attribute(tls_model)
H A Dattr-tls_model.c3 #if !__has_attribute(tls_model)
H A Dattr-warning.c2 #if !__has_attribute(warning)
H A Dattr-error.c2 #if !__has_attribute(error)
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dattr-swift_objc_members.m3 #if !__has_attribute(swift_objc_members)
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_dispatch_defs.h53 #if __has_attribute(noescape)
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_dispatch_defs.h53 #if __has_attribute(noescape)
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dattr-function-return.c20 #if !__has_attribute(function_return)
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dtype_visibility.cpp17 #if !__has_attribute(type_visibility)
/llvm-project-15.0.7/libcxx/test/support/
H A Dmsvc_stdlib_force_include.h54 #define __has_attribute(X) _MSVC_HAS_ATTRIBUTE_ ## X macro

12