Home
last modified time | relevance | path

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

/oneTBB/src/tbb/tools_api/
H A Dittnotify_static.c52 #ifndef HAS_C_ATTR
54 #define HAS_C_ATTR(X) __has_c_attribute(X) macro
56 #define HAS_C_ATTR(X) 0 macro
69 #if (HAS_CPP_ATTR(fallthrough) || HAS_C_ATTR(fallthrough)) && (__cplusplus >= 201703L || _MSVC_LANG…