Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dgdbhelpers110 if ($arg0->modifiers & MOD_RESTRICT)
111 printf "MOD_RESTRICT "
H A Dsymbol.h220 #define MOD_RESTRICT 0x00000800 macro
252 #define MOD_QUALIFIER (MOD_CONST | MOD_VOLATILE | MOD_RESTRICT | MOD_ATOMIC)
H A Dshow-parse.c129 {MOD_RESTRICT, "restrict"}, in modifier_string()
H A Dparse.c1500 apply_qualifier(&next->pos, &ctx->ctype, MOD_RESTRICT); in restrict_qualifier()