Searched refs:decl (Results 1 – 2 of 2) sorted by relevance
58 #define __TBB_NOINLINE(decl) __declspec(noinline) decl argument60 #define __TBB_NOINLINE(decl) decl __attribute__ ((noinline)) argument62 #define __TBB_NOINLINE(decl) decl argument
743 #define NOINLINE(decl) __declspec(noinline) decl argument744 #define ALWAYSINLINE(decl) __forceinline decl argument746 #define NOINLINE(decl) decl __attribute__ ((noinline)) argument747 #define ALWAYSINLINE(decl) decl __attribute__ ((always_inline)) argument749 #define NOINLINE(decl) decl argument750 #define ALWAYSINLINE(decl) decl argument