Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_config.h58 #define __TBB_NOINLINE(decl) __declspec(noinline) decl argument
60 #define __TBB_NOINLINE(decl) decl __attribute__ ((noinline)) argument
62 #define __TBB_NOINLINE(decl) decl argument
/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp743 #define NOINLINE(decl) __declspec(noinline) decl argument
744 #define ALWAYSINLINE(decl) __forceinline decl argument
746 #define NOINLINE(decl) decl __attribute__ ((noinline)) argument
747 #define ALWAYSINLINE(decl) decl __attribute__ ((always_inline)) argument
749 #define NOINLINE(decl) decl argument
750 #define ALWAYSINLINE(decl) decl argument