Home
last modified time | relevance | path

Searched defs:declarator (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsymbol.h123 struct token *(*declarator)(struct token *token, struct decl_state *ctx); member
H A Dparse.c1909 static struct token *declarator(struct token *token, struct decl_state *ctx) in declarator() function