Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/config/compiler/
Dgcc.h21 #define NW_NO_INLINE(function) function __attribute__((noinline)) macro
Dcwcc.h22 #define NW_NO_INLINE(function) function __attribute__((never_inline)) macro
Drvct.h27 #define NW_NO_INLINE(function) __declspec(noinline) function macro
Dmsvc.h31 #define NW_NO_INLINE(function) __declspec(noinline) function macro