HomeSort by: relevance | last modified time | path
    Searched refs:struct_or_union (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/xlint/lint1/
lint1.h 107 * Structures of type struct_or_union uniquely identify structures. This can't
122 } struct_or_union; typedef in typeref:struct:__anon8370
124 /* The same as in struct_or_union, only for enums. */
153 struct_or_union *sou;
237 struct_or_union *sm_containing_type;
cgram.y 394 %type <y_tspec> struct_or_union
1181 struct_or_union identifier_sym {
1191 | struct_or_union identifier_sym {
1196 | struct_or_union {
1201 | struct_or_union error {
1208 struct_or_union: label
1216 | struct_or_union type_attribute
externs1.h 314 sym_t *find_member(const struct_or_union *, const char *);
debug.c 442 struct_or_union *sou = sym->u.s_member.sm_containing_type;
decl.c 1713 "struct_or_union");
1732 has_named_member(const struct_or_union *sou)
1755 struct_or_union *sou = tp->u.sou;
tree.c 2299 find_member(const struct_or_union *sou, const char *name)
2335 struct_or_union *sou = expr_zero_alloc(sizeof(*sou),
2336 "struct_or_union");
2362 struct_or_union *sou = tp != NULL ? tp->u.sou : NULL;

Completed in 37 milliseconds