Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dparse.c58 typedef_specifier, inline_specifier, auto_specifier, typedef
164 .declarator = auto_specifier,
1395 static struct token *auto_specifier(struct token *next, struct decl_state *ctx) in auto_specifier() function