Searched refs:__has_cpp_attribute (Results 1 – 11 of 11) sorted by relevance
22 #ifndef __has_cpp_attribute23 #define __has_cpp_attribute(x) 0 macro75 #if __cplusplus > 201402L && __has_cpp_attribute(fallthrough)77 #elif __has_cpp_attribute(gnu::fallthrough)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 macro266 #if __has_cpp_attribute(clang::fallthrough)268 #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)
35 # 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 macro352 #if __cplusplus > 201402L && __has_cpp_attribute(fallthrough)357 #elif __has_cpp_attribute(clang::fallthrough)
451 # ifndef __has_cpp_attribute452 # define __has_cpp_attribute(__x) 01306 # 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__)
39 #if defined(__cplusplus) && defined(__has_cpp_attribute)40 #define HAS_CPP_ATTR(X) __has_cpp_attribute(X)
20033 #ifdef __has_cpp_attribute in operator TemplateArgumentListInfo*()20034 #if __has_cpp_attribute(clang::lifetimebound) in operator TemplateArgumentListInfo*()