Searched refs:__has_cpp_attribute (Results 1 – 18 of 18) 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 macro273 #if __has_cpp_attribute(clang::fallthrough)275 #elif __has_cpp_attribute(fallthrough)
34 # if __has_cpp_attribute(__no_unique_address__)
243 #if defined(__cplusplus) && defined(__has_cpp_attribute)244 # define ZSTD_HAS_CPP_ATTRIBUTE(x) __has_cpp_attribute(x)
795 #if defined(__cplusplus) && defined(__has_cpp_attribute)796 # define XXH_HAS_CPP_ATTRIBUTE(x) __has_cpp_attribute(x)
242 #if defined(__cplusplus) && defined(__has_cpp_attribute)243 # define ZSTD_HAS_CPP_ATTRIBUTE(x) __has_cpp_attribute(x)
794 #if defined(__cplusplus) && defined(__has_cpp_attribute)795 # define XXH_HAS_CPP_ATTRIBUTE(x) __has_cpp_attribute(x)
1018 # if __has_cpp_attribute(msvc::no_unique_address)1141 # if __has_cpp_attribute(_Clang::__no_destroy__)1153 # if __has_cpp_attribute(_Clang::__lifetimebound__)1159 # if __has_cpp_attribute(_Clang::__noescape__)1165 # if __has_cpp_attribute(_Clang::__no_specializations__)1172 # if __has_cpp_attribute(_Clang::__standalone_debug__)1178 # if __has_cpp_attribute(_Clang::__preferred_name__)1184 # if __has_cpp_attribute(_Clang::__scoped_lockable__)1190 # if __has_cpp_attribute(_Clang::__capability__)1202 # if __has_cpp_attribute(_Clang::__try_acquire_capability__)[all …]
283 # if __has_cpp_attribute(_Clang::__ptrauth_vtable_pointer__)
49 #if defined(__cplusplus) && defined(__has_cpp_attribute)50 # define LLVM_HAS_CPP_ATTRIBUTE(x) __has_cpp_attribute(x)
296 #if defined(__cplusplus) && defined(__has_cpp_attribute)297 #if __has_cpp_attribute(nodiscard)
44 #ifndef __has_cpp_attribute45 #define __has_cpp_attribute(x) 0 macro354 #if __cplusplus > 201402L && __has_cpp_attribute(fallthrough)359 #elif __has_cpp_attribute(clang::fallthrough)
875 # if __has_cpp_attribute(msvc::no_unique_address)885 # elif __has_cpp_attribute(no_unique_address)993 # if __has_cpp_attribute(__nodiscard__)1015 # if __has_cpp_attribute(fallthrough)1023 # if __has_cpp_attribute(_Clang::__lifetimebound__)
274 # if __has_cpp_attribute(_Clang::__ptrauth_vtable_pointer__)
755 #if defined(__has_cpp_attribute)758 #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)
19492 #ifdef __has_cpp_attribute in operator TemplateArgumentListInfo*()19493 #if __has_cpp_attribute(clang::lifetimebound) in operator TemplateArgumentListInfo*()