Home
last modified time | relevance | path

Searched refs:MOD_REGISTER (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dgdbhelpers95 if ($arg0->modifiers & MOD_REGISTER)
96 printf "MOD_REGISTER "
H A Dsymbol.h207 #define MOD_REGISTER 0x00000002 macro
246 #define MOD_STORAGE (MOD_AUTO | MOD_REGISTER | MOD_STATIC | MOD_EXTERN | MOD_INLINE | MOD_TOPLEVEL)
H A Dshow-parse.c124 {MOD_REGISTER, "register"}, in modifier_string()
H A Dparse.c1363 [SRegister] = MOD_REGISTER 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()
H A Devaluate.c1669 if (sym->ctype.modifiers & MOD_REGISTER) { in create_pointer()
1671 sym->ctype.modifiers &= ~MOD_REGISTER; in create_pointer()
3390 if (mod & (MOD_STATIC | MOD_REGISTER | MOD_EXT_VISIBLE)) in check_duplicates()