Home
last modified time | relevance | path

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

/freebsd/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)
81 // error when __has_cpp_attribute is given a scoped attribute in C mode.
83 #elif __has_cpp_attribute(clang::fallthrough)
/freebsd/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/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
270 #if __has_cpp_attribute(clang::fallthrough)
272 #elif __has_cpp_attribute(fallthrough)
/freebsd/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/contrib/llvm-project/libcxx/include/__type_traits/
H A Ddatasizeof.h34 # if __has_cpp_attribute(__no_unique_address__)
/freebsd/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/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_os.h44 #ifndef __has_cpp_attribute
45 #define __has_cpp_attribute(x) 0 macro
353 #if __cplusplus > 201402L && __has_cpp_attribute(fallthrough)
358 #elif __has_cpp_attribute(clang::fallthrough)
/freebsd/contrib/llvm-project/libcxx/include/
H A D__config1022 # if __has_cpp_attribute(msvc::no_unique_address)
1032 # elif __has_cpp_attribute(no_unique_address)
1152 # if __has_cpp_attribute(__nodiscard__)
1174 # if __has_cpp_attribute(fallthrough)
1182 # if __has_cpp_attribute(_Clang::__lifetimebound__)
H A Dtypeinfo278 # if __has_cpp_attribute(_Clang::__ptrauth_vtable_pointer__)
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h757 #if defined(__has_cpp_attribute)
760 #define GTEST_INTERNAL_HAVE_CPP_ATTRIBUTE(x) __has_cpp_attribute(x)
/freebsd/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/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp19029 #ifdef __has_cpp_attribute in operator TemplateArgumentListInfo*()
19030 #if __has_cpp_attribute(clang::lifetimebound) in operator TemplateArgumentListInfo*()