Searched refs:__has_cpp_attribute (Results 1 – 13 of 13) sorted by relevance
22 #ifndef __has_cpp_attribute23 #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)
35 #if defined(__cplusplus) && defined(__has_cpp_attribute)36 #define ORC_RT_HAS_CPP_ATTRIBUTE(x) __has_cpp_attribute(x)
132 #if !defined(__has_cpp_attribute)133 # define __has_cpp_attribute(x) 0 macro270 #if __has_cpp_attribute(clang::fallthrough)272 #elif __has_cpp_attribute(fallthrough)
217 #if defined(__cplusplus) && defined(__has_cpp_attribute)218 # define ZSTD_HAS_CPP_ATTRIBUTE(x) __has_cpp_attribute(x)
605 #if defined(__cplusplus) && defined(__has_cpp_attribute)606 # define XXH_HAS_CPP_ATTRIBUTE(x) __has_cpp_attribute(x)
34 # if __has_cpp_attribute(__no_unique_address__)
49 #if defined(__cplusplus) && defined(__has_cpp_attribute)50 # define LLVM_HAS_CPP_ATTRIBUTE(x) __has_cpp_attribute(x)
44 #ifndef __has_cpp_attribute45 #define __has_cpp_attribute(x) 0 macro353 #if __cplusplus > 201402L && __has_cpp_attribute(fallthrough)358 #elif __has_cpp_attribute(clang::fallthrough)
1022 # 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__)
278 # if __has_cpp_attribute(_Clang::__ptrauth_vtable_pointer__)
757 #if defined(__has_cpp_attribute)760 #define GTEST_INTERNAL_HAVE_CPP_ATTRIBUTE(x) __has_cpp_attribute(x)
39 #if defined(__cplusplus) && defined(__has_cpp_attribute)40 #define HAS_CPP_ATTR(X) __has_cpp_attribute(X)
19029 #ifdef __has_cpp_attribute in operator TemplateArgumentListInfo*()19030 #if __has_cpp_attribute(clang::lifetimebound) in operator TemplateArgumentListInfo*()