Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dsymbol.c218 if (member->ctype.base_type == &autotype_ctype) { in examine_struct_union_type()
261 if (sym->ctype.base_type == &autotype_ctype) { in examine_base_type()
830 struct symbol autotype_ctype; variable
893 { &autotype_ctype, T_BASETYPE },
Dsymbol.h303 extern struct symbol autotype_ctype;
Dparse.c1078 ctx->ctype.base_type = &autotype_ctype; in autotype_specifier()
2956 if (base_type->ctype.base_type == &autotype_ctype) { in external_declaration()
3018 if (decl->ctype.base_type != &autotype_ctype) in external_declaration()