Searched refs:NW_NO_INLINE (Results 1 – 4 of 4) sorted by relevance
21 #define NW_NO_INLINE(function) function __attribute__((noinline)) macro
22 #define NW_NO_INLINE(function) function __attribute__((never_inline)) macro
27 #define NW_NO_INLINE(function) __declspec(noinline) function macro
31 #define NW_NO_INLINE(function) __declspec(noinline) function macro