Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
HDDemangleConfig.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-13-stable/contrib/llvm-project/compiler-rt/lib/orc/
HDcompiler.h35 #if defined(__cplusplus) && defined(__has_cpp_attribute)
36 #define ORC_RT_HAS_CPP_ATTRIBUTE(x) __has_cpp_attribute(x)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_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-13-stable/contrib/llvm-project/libcxx/include/__type_traits/
HDdatasizeof.h34 # if __has_cpp_attribute(__no_unique_address__)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDCompiler.h49 #if defined(__cplusplus) && defined(__has_cpp_attribute)
50 # define LLVM_HAS_CPP_ATTRIBUTE(x) __has_cpp_attribute(x)
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_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-13-stable/contrib/llvm-project/libcxx/include/
HD__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__)
HDtypeinfo278 # if __has_cpp_attribute(_Clang::__ptrauth_vtable_pointer__)
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/internal/
HDgtest-port.h757 #if defined(__has_cpp_attribute)
760 #define GTEST_INTERNAL_HAVE_CPP_ATTRIBUTE(x) __has_cpp_attribute(x)
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
HDittnotify_static.cpp39 #if defined(__cplusplus) && defined(__has_cpp_attribute)
40 #define HAS_CPP_ATTR(X) __has_cpp_attribute(X)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExpr.cpp19029 #ifdef __has_cpp_attribute in operator TemplateArgumentListInfo*()
19030 #if __has_cpp_attribute(clang::lifetimebound) in operator TemplateArgumentListInfo*()