Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dgdbhelpers92 if ($arg0->modifiers & MOD_AUTO)
93 printf "MOD_AUTO "
H A Dsymbol.h206 #define MOD_AUTO 0x00000001 macro
246 #define MOD_STORAGE (MOD_AUTO | MOD_REGISTER | MOD_STATIC | MOD_EXTERN | MOD_INLINE | MOD_TOPLEVEL)
H A Dshow-parse.c123 {MOD_AUTO, "auto"}, in modifier_string()
H A Dparse.c1360 [SAuto] = MOD_AUTO, in storage_modifiers()
2245 ret->ctype.modifiers |= (MOD_AUTO | MOD_REGISTER); in start_function()
2333 if (storage & ~(MOD_AUTO | MOD_REGISTER)) { in validate_for_loop_decl()