Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dsymbol.c220 member->ctype.base_type = &incomplete_ctype; in examine_struct_union_type()
828 incomplete_ctype, label_ctype, bad_ctype, variable
892 { &incomplete_ctype, T_BASETYPE },
Dparse.c1045 ctype->base_type = &incomplete_ctype; in enum_specifier()
1575 struct symbol *base = &incomplete_ctype; in declaration_specifiers()
2549 sym->ctype.base_type = &incomplete_ctype; in identifier_list()
2725 if (sym->ctype.base_type == &incomplete_ctype) { in declare_argument()
2961 if (base_type->ctype.base_type == &incomplete_ctype) { in external_declaration()
2980 if (base_type == &incomplete_ctype) { in external_declaration()
Dscheck.c32 #define dyntype incomplete_ctype
Dsymbol.h301 incomplete_ctype, label_ctype, bad_ctype,
Dbuiltin.c34 #define dyntype incomplete_ctype
Dshow-parse.c266 { &incomplete_ctype, "incomplete type", "" },