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

  /src/usr.bin/xlint/lint1/
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
lint1.h 107 * Structures of type struct_or_union uniquely identify structures. This can't
122 } struct_or_union; typedef in typeref:struct:__anondcf084d00608
124 /* The same as in struct_or_union, only for enums. */
153 struct_or_union *sou;
237 struct_or_union *sm_containing_type;

Completed in 14 milliseconds