Lines Matching defs:function
66 #define NORETURN_FUNCTION(function) __noreturn function argument
74 #define NOSTACK_FUNCTION(function) __stackless function argument
95 #define WEAK_FUNCTION(function) __weak function argument
126 #define NO_INLINE(function) _Pragma(QUOTEME(optimize=no_inline)) function argument
193 #define NORETURN_FUNCTION(function) __attribute__((noreturn)) function argument
202 #define NOSTACK_FUNCTION(function) function argument
209 #define NO_INLINE(function) __attribute__((noinline)) function argument
217 #define WEAK_FUNCTION(function) __weak function argument
241 #define WEAK_FUNCTION(function) __attribute__((weak)) function argument
317 #define WEAK_FUNCTION(function) __attribute__((weak)) function argument
332 #define NORETURN_FUNCTION(function) __attribute__((noreturn)) function argument
341 #define NOSTACK_FUNCTION(function) function argument
366 #define NO_INLINE(function) __attribute__((noinline)) function argument