Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/config/compiler/
Dgcc.h19 #define NW_NO_INLINE(function) function __attribute__((noinline)) macro
Dcwcc.h20 #define NW_NO_INLINE(function) function __attribute__((never_inline)) macro
Drvct.h25 #define NW_NO_INLINE(function) __declspec(noinline) function macro
Dmsvc.h29 #define NW_NO_INLINE(function) __declspec(noinline) function macro