Searched refs:MOD_DECLARE (Results 1 – 2 of 2) sorted by relevance
280 #define MOD_DECLARE (MOD_STORAGE|MOD_INLINE|MOD_TLS|MOD_GNU_INLINE|MOD_UNUSED|MOD_PURE|MOD_NORETURN… macro
1351 unsigned long mods = ctx->ctype.modifiers & MOD_DECLARE; in decl_modifiers()1352 ctx->ctype.modifiers &= ~MOD_DECLARE; in decl_modifiers()