Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsymbol.c698 incomplete_ctype, label_ctype, bad_ctype, variable
753 { &incomplete_ctype,SYM_BASETYPE, 0, NULL, NULL, NULL },
H A Dsymbol.h275 incomplete_ctype, label_ctype, bad_ctype,
H A Dparse.c1046 ctype->base_type = &incomplete_ctype; in enum_specifier()
1651 struct symbol *base = &incomplete_ctype; in declaration_specifiers()
2612 sym->ctype.base_type = &incomplete_ctype; in identifier_list()
3033 if (base_type->ctype.base_type == &incomplete_ctype) { in external_declaration()
3049 if (base_type == &incomplete_ctype) { in external_declaration()
H A Dsmatch_type.c814 {&incomplete_ctype, "incomplete"},
H A Dshow-parse.c256 { &incomplete_ctype, "incomplete type", "" },