Searched refs:__has_cpp_attribute (Results 1 – 11 of 11) sorted by relevance
4 #if __has_cpp_attribute(carries_dependency)9 #if __has_cpp_attribute(clang::fallthrough)14 #if !__has_cpp_attribute(selectany)20 #if __has_cpp_attribute(clang::__fallthrough__)26 #if !__has_cpp_attribute(__clang__::fallthrough)33 #if !__has_cpp_attribute(gnu::mips16)41 #if __has_cpp_attribute(carries_dependency) == 20080946 #if __has_cpp_attribute(noreturn) == 20080951 #if __has_cpp_attribute(deprecated) == 20130956 #if __has_cpp_attribute(nodiscard) == 201603[all …]
57 #if __has_cpp_attribute(selectany) // expected-error {{function-like macro '__has_cpp_attribute' is…
28 #ifndef __has_cpp_attribute29 #define __has_cpp_attribute(x) 0 macro79 #if __cplusplus > 201402L && __has_cpp_attribute(fallthrough)81 #elif __has_cpp_attribute(gnu::fallthrough)87 #elif __has_cpp_attribute(clang::fallthrough)
39 #ifndef __has_cpp_attribute40 # define __has_cpp_attribute(x) 0 macro124 #if __cplusplus > 201402L && __has_cpp_attribute(nodiscard)130 #elif __has_cpp_attribute(clang::warn_unused_result)231 #if __cplusplus > 201402L && __has_cpp_attribute(fallthrough)233 #elif __has_cpp_attribute(gnu::fallthrough)239 #elif __has_cpp_attribute(clang::fallthrough)
36 #ifndef __has_cpp_attribute37 # define __has_cpp_attribute(x) 0 macro127 #if __cplusplus > 201402L && __has_cpp_attribute(nodiscard)133 #elif __has_cpp_attribute(clang::warn_unused_result)234 #if __cplusplus > 201402L && __has_cpp_attribute(fallthrough)240 #elif __has_cpp_attribute(clang::fallthrough)
420 #ifndef __has_cpp_attribute421 # define __has_cpp_attribute(x) 0 macro519 # if __has_cpp_attribute(clang::fallthrough) || \
4 static_assert(__has_cpp_attribute(maybe_unused) == 201603, "");
214 #if defined(__clang__) && defined(__has_cpp_attribute)216 __has_cpp_attribute(clang::fallthrough)
148 #ifndef __has_cpp_attribute149 #define __has_cpp_attribute(__x) 01073 #if __has_cpp_attribute(nodiscard) || defined(_LIBCPP_COMPILER_MSVC)1253 #if __cplusplus > 201402L && __has_cpp_attribute(fallthrough)1255 #elif __has_cpp_attribute(clang::fallthrough)
112 ``__has_cpp_attribute``125 #ifndef __has_cpp_attribute // Optional of course.126 #define __has_cpp_attribute(x) 0 // Compatibility with non-clang compilers.130 #if __has_cpp_attribute(clang::fallthrough)