Searched defs:DECL_NO_INLINE (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/
H A Dcdefs.h1154 /** @def DECL_NO_INLINE
1161 # define DECL_NO_INLINE(scope,type) __attribute__((__noinline__)) scope type macro
1163 # define DECL_NO_INLINE(scope,type) __declspec(noinline) scope type macro
1165 # define DECL_NO_INLINE(scope,type) scope type macro

Completed in 55 milliseconds