/netbsd-src/external/bsd/byacc/dist/test/btyacc/ |
H A D | grammar.dot | 12 …struct_or_union any_id braces\l struct_or_union_specifier -> . struct_or_union braces\l struct_o… 37 q25 [label="25:\l struct_or_union -> T_STRUCT . { T_LBRACE T_TYPEDEF_NAME T_IDENTIFIER }\l"]; 38 q26 [label="26:\l struct_or_union -> T_UNION . { T_LBRACE T_TYPEDEF_NAME T_IDENTIFIER }\l"]; 46 …struct_or_union any_id braces\l struct_or_union_specifier -> . struct_or_union braces\l struct_o… 55 …fier -> struct_or_union . any_id braces\l struct_or_union_specifier -> struct_or_union . braces\l… 60 …struct_or_union any_id braces\l struct_or_union_specifier -> . struct_or_union braces\l struct_o… 65 …struct_or_union any_id braces\l struct_or_union_specifier -> . struct_or_union braces\l struct_o… 74 …struct_or_union any_id braces\l struct_or_union_specifier -> . struct_or_union braces\l struct_o… 84 …struct_or_union any_id braces\l struct_or_union_specifier -> . struct_or_union braces\l struct_o… 85 …struct_or_union any_id braces\l struct_or_union_specifier -> . struct_or_union braces\l struct_o… [all …]
|
H A D | grammar.output | 88 63 struct_or_union_specifier : struct_or_union any_id braces 89 64 | struct_or_union braces 90 65 | struct_or_union any_id 92 66 struct_or_union : T_STRUCT 210 struct_or_union goto 43 527 struct_or_union : T_STRUCT . (66) 533 struct_or_union : T_UNION . (67) 628 struct_or_union goto 43 722 struct_or_union_specifier : struct_or_union . any_id braces (63) 723 struct_or_union_specifier : struct_or_union . braces (64) [all …]
|
/netbsd-src/external/bsd/byacc/dist/test/yacc/ |
H A D | grammar.dot | 12 …struct_or_union any_id braces\l struct_or_union_specifier -> . struct_or_union braces\l struct_o… 37 q25 [label="25:\l struct_or_union -> T_STRUCT . { T_LBRACE T_TYPEDEF_NAME T_IDENTIFIER }\l"]; 38 q26 [label="26:\l struct_or_union -> T_UNION . { T_LBRACE T_TYPEDEF_NAME T_IDENTIFIER }\l"]; 46 …struct_or_union any_id braces\l struct_or_union_specifier -> . struct_or_union braces\l struct_o… 55 …fier -> struct_or_union . any_id braces\l struct_or_union_specifier -> struct_or_union . braces\l… 60 …struct_or_union any_id braces\l struct_or_union_specifier -> . struct_or_union braces\l struct_o… 65 …struct_or_union any_id braces\l struct_or_union_specifier -> . struct_or_union braces\l struct_o… 74 …struct_or_union any_id braces\l struct_or_union_specifier -> . struct_or_union braces\l struct_o… 84 …struct_or_union any_id braces\l struct_or_union_specifier -> . struct_or_union braces\l struct_o… 85 …struct_or_union any_id braces\l struct_or_union_specifier -> . struct_or_union braces\l struct_o… [all …]
|
H A D | grammar.output | 88 63 struct_or_union_specifier : struct_or_union any_id braces 89 64 | struct_or_union braces 90 65 | struct_or_union any_id 92 66 struct_or_union : T_STRUCT 210 struct_or_union goto 43 527 struct_or_union : T_STRUCT . (66) 533 struct_or_union : T_UNION . (67) 628 struct_or_union goto 43 722 struct_or_union_specifier : struct_or_union . any_id braces (63) 723 struct_or_union_specifier : struct_or_union . braces (64) [all …]
|
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
H A D | dt_grammar.y | 211 %type <l_tok> struct_or_union 693 | struct_or_union DT_TOK_IDENT { $$ = dt_decl_spec($1, $2); } 694 | struct_or_union DT_TOK_TNAME { $$ = dt_decl_spec($1, $2); } 698 struct_or_union '{' { dt_decl_sou($1, NULL); } 699 | struct_or_union DT_TOK_IDENT '{' { dt_decl_sou($1, $2); } 700 | struct_or_union DT_TOK_TNAME '{' { dt_decl_sou($1, $2); } 703 struct_or_union:
|
/netbsd-src/external/bsd/byacc/dist/test/ |
H A D | grammar.y | 78 %type <text> struct_or_union pointer opt_type_qualifiers type_qualifier_list 681 : struct_or_union any_id braces 688 | struct_or_union braces 695 | struct_or_union any_id 702 struct_or_union
|
/netbsd-src/usr.bin/xlint/lint1/ |
H A D | lint1.h | 106 * Structures of type struct_or_union uniquely identify structures. This can't 121 } struct_or_union; 123 /* The same as in struct_or_union, only for enums. */ 152 struct_or_union *sou; 236 struct_or_union *sm_containing_type; 116 } struct_or_union; global() typedef
|
H A D | cgram.y | 384 %type <y_tspec> struct_or_union 1184 struct_or_union identifier_sym { 1194 | struct_or_union identifier_sym { 1199 | struct_or_union { 1204 | struct_or_union error { 1211 struct_or_union: 1219 | struct_or_union type_attribute
|
H A D | externs1.h | 309 sym_t *find_member(const struct_or_union *, const char *);
|
H A D | debug.c | 440 struct_or_union *sou = sym->u.s_member.sm_containing_type; in debug_sym()
|
H A D | tree.c | 2200 find_member(const struct_or_union *sou, const char *name) 2236 struct_or_union *sou = expr_zero_alloc(sizeof(*sou), in typeok_address() 2237 "struct_or_union"); in typeok_address() 2263 struct_or_union *sou = tp != NULL ? tp->u.sou : NULL;
|
H A D | decl.c | 1688 "struct_or_union"); 1707 has_named_member(const struct_or_union *sou) in complete_struct_or_union() 1730 struct_or_union *sou = tp->u.sou; in complete_struct_or_union()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | libgccjit.h | 1019 gcc_jit_lvalue_access_field (gcc_jit_lvalue *struct_or_union, 1027 gcc_jit_rvalue_access_field (gcc_jit_rvalue *struct_or_union,
|
H A D | jit-recording.c | 3241 recording::fields::fields (compound_type *struct_or_union, in fields() argument 3244 : memento (struct_or_union->m_ctxt), in fields() 3245 m_struct_or_union (struct_or_union), in fields()
|
H A D | jit-recording.h | 944 fields (compound_type *struct_or_union,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gengtype-parse.cc | 1095 struct_or_union (void) in struct_or_union() function 1159 struct_or_union (); in parse_file()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gengtype-parse.c | 1095 struct_or_union (void) in struct_or_union() function 1159 struct_or_union (); in parse_file()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | libgccjit.h | 1301 gcc_jit_lvalue_access_field (gcc_jit_lvalue *struct_or_union, 1309 gcc_jit_rvalue_access_field (gcc_jit_rvalue *struct_or_union,
|
H A D | jit-recording.cc | 3590 recording::fields::fields (compound_type *struct_or_union, in fields() argument 3593 : memento (struct_or_union->m_ctxt), in fields() 3594 m_struct_or_union (struct_or_union), in fields()
|
H A D | jit-recording.h | 1025 fields (compound_type *struct_or_union,
|
H A D | ChangeLog.jit | 626 to "struct_or_union".
|