Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_config.h413 #define __TBB_DEPRECATED_MSG(msg) [[deprecated(msg)]] macro
416 #define __TBB_DEPRECATED_MSG(msg) __declspec(deprecated(msg)) macro
419 #define __TBB_DEPRECATED_MSG(msg) __attribute__((deprecated(msg))) macro
425 #define __TBB_DEPRECATED_MSG(msg) macro
433 #define __TBB_DEPRECATED_VERBOSE_MSG(msg) __TBB_DEPRECATED_MSG(msg)