Searched refs:incomplete_ctype (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | symbol.c | 220 member->ctype.base_type = &incomplete_ctype; in examine_struct_union_type() 828 incomplete_ctype, label_ctype, bad_ctype, variable 892 { &incomplete_ctype, T_BASETYPE },
|
D | parse.c | 1045 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()
|
D | scheck.c | 32 #define dyntype incomplete_ctype
|
D | symbol.h | 301 incomplete_ctype, label_ctype, bad_ctype,
|
D | builtin.c | 34 #define dyntype incomplete_ctype
|
D | show-parse.c | 266 { &incomplete_ctype, "incomplete type", "" },
|