Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dparse.c673 static void apply_ctype(struct position pos, struct ctype *thistype, struct ctype *ctype);
753 apply_ctype(token->pos, &attr.ctype, &sym->ctype); in struct_union_enum_specifier()
1062 apply_ctype(token->pos, &sym->ctype, &ctx->ctype); in typeof_specifier()
1510 static void apply_ctype(struct position pos, struct ctype *thistype, struct ctype *ctype) in apply_ctype() function
1614 apply_ctype(token->pos, &s->ctype, &ctx->ctype); in declaration_specifiers()