Home
last modified time | relevance | path

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

/oneTBB/src/tbb/tools_api/
H A Dittnotify_static.c44 #ifndef HAS_CPP_ATTR
46 #define HAS_CPP_ATTR(X) __has_cpp_attribute(X) macro
48 #define HAS_CPP_ATTR(X) 0 macro
69 #if (HAS_CPP_ATTR(fallthrough) || HAS_C_ATTR(fallthrough)) && (__cplusplus >= 201703L || _MSVC_LANG…
71 #elif HAS_CPP_ATTR(gnu::fallthrough)
73 #elif HAS_CPP_ATTR(clang::fallthrough)