Searched refs:NW_NO_INLINE (Results 1 – 4 of 4) sorted by relevance
19 #define NW_NO_INLINE(function) function __attribute__((noinline)) macro
20 #define NW_NO_INLINE(function) function __attribute__((never_inline)) macro
25 #define NW_NO_INLINE(function) __declspec(noinline) function macro
29 #define NW_NO_INLINE(function) __declspec(noinline) function macro