Home
last modified time | relevance | path

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

/netbsd/usr.bin/xlint/lint1/
H A Ddebug.c448 if (dl->d_tag_type != NULL) in debug_decl_level()
449 debug_printf(" tag_type='%s'", type_name(dl->d_tag_type)); in debug_decl_level()
H A Dcgram.y989 dcs->d_tag_type = make_tag_type($2, $1, true, false);
994 dcs->d_tag_type = make_tag_type(NULL, $1, true, false);
1148 dcs->d_tag_type = make_tag_type($3, ENUM, true, false);
1153 dcs->d_tag_type = make_tag_type(NULL, ENUM, true, false);
H A Ddecl.c1051 mem->u.s_member.sm_containing_type = dcs->d_tag_type->t_sou; in declare_unnamed_member()
1428 sym->u.s_member.sm_containing_type = dcs->d_tag_type->t_sou; in declarator_name()
1691 type_t *tp = dcs->d_tag_type; in complete_struct_or_union()
1720 type_t *tp = dcs->d_tag_type; in complete_enum()
1763 sym->s_type = dcs->d_tag_type; in enumeration_constant()
H A Dlint1.h391 type_t *d_tag_type; /* during a member declaration, the tag type to member