Home
last modified time | relevance | path

Searched refs:__has_cpp_attribute (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DDemangleConfig.h22 #ifndef __has_cpp_attribute
23 #define __has_cpp_attribute(x) 0 macro
75 #if __cplusplus > 201402L && __has_cpp_attribute(fallthrough)
77 #elif __has_cpp_attribute(gnu::fallthrough)
83 #elif __has_cpp_attribute(clang::fallthrough)
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/orc/
H A Dcompiler.h35 #if defined(__cplusplus) && defined(__has_cpp_attribute)
36 #define ORC_RT_HAS_CPP_ATTRIBUTE(x) __has_cpp_attribute(x)
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h132 #if !defined(__has_cpp_attribute)
133 # define __has_cpp_attribute(x) 0 macro
266 #if __has_cpp_attribute(clang::fallthrough)
268 #elif __has_cpp_attribute(fallthrough)
/freebsd-14.2/sys/contrib/zstd/lib/common/
H A Dcompiler.h217 #if defined(__cplusplus) && defined(__has_cpp_attribute)
218 # define ZSTD_HAS_CPP_ATTRIBUTE(x) __has_cpp_attribute(x)
H A Dxxhash.h605 #if defined(__cplusplus) && defined(__has_cpp_attribute)
606 # define XXH_HAS_CPP_ATTRIBUTE(x) __has_cpp_attribute(x)
/freebsd-14.2/contrib/llvm-project/libcxx/include/__type_traits/
H A Ddatasizeof.h35 # if __has_cpp_attribute(__no_unique_address__)
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h49 #if defined(__cplusplus) && defined(__has_cpp_attribute)
50 # define LLVM_HAS_CPP_ATTRIBUTE(x) __has_cpp_attribute(x)
/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_os.h44 #ifndef __has_cpp_attribute
45 #define __has_cpp_attribute(x) 0 macro
352 #if __cplusplus > 201402L && __has_cpp_attribute(fallthrough)
357 #elif __has_cpp_attribute(clang::fallthrough)
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A D__config451 # ifndef __has_cpp_attribute
452 # define __has_cpp_attribute(__x) 0
1306 # if __has_cpp_attribute(msvc::no_unique_address)
1316 # elif __has_cpp_attribute(no_unique_address)
1453 # if __has_cpp_attribute(nodiscard)
1489 # if __has_cpp_attribute(fallthrough)
1497 # if __has_cpp_attribute(_Clang::__lifetimebound__)
/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.cpp39 #if defined(__cplusplus) && defined(__has_cpp_attribute)
40 #define HAS_CPP_ATTR(X) __has_cpp_attribute(X)
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp20033 #ifdef __has_cpp_attribute in operator TemplateArgumentListInfo*()
20034 #if __has_cpp_attribute(clang::lifetimebound) in operator TemplateArgumentListInfo*()