Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dgdbhelpers110 if ($arg0->modifiers & MOD_RESTRICT)
111 printf "MOD_RESTRICT "
Dsymbol.h238 #define MOD_RESTRICT 0x00000800 macro
269 #define MOD_QUALIFIER (MOD_CONST | MOD_VOLATILE | MOD_RESTRICT)
Dshow-parse.c127 {MOD_RESTRICT, "restrict"}, in show_modifiers()
Dparse.c483 A("restrict", &restrict_op, .mods = MOD_RESTRICT),
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.6.0.rst217 * associate MOD_RESTRICT with restrict-qualified variables