Searched refs:TYPE_UNION (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | gengtype.h | 154 TYPE_UNION, /* Type for GTY-ed discriminated unions. */ enumerator 343 ((x)->kind == TYPE_UNION \ 345 && (x)->u.s.lang_struct->kind == TYPE_UNION)) 352 return (kind == TYPE_UNION in union_or_struct_p()
|
| D | gengtype.cc | 197 case TYPE_UNION: in dbgprint_count_type_at() 761 bool isunion = (kind == TYPE_UNION); in new_structure() 846 bool isunion = (kind == TYPE_UNION); in find_structure() 1031 new_structure (xasprintf ("%s_%d", "fake_union", id++), TYPE_UNION, in create_optional_field_() 1164 if (t->kind != TYPE_UNION) in adjust_field_rtx_def() 1175 tree_tp = create_pointer (find_structure ("tree_node", TYPE_UNION)); in adjust_field_rtx_def() 1221 note_union_tp = new_structure ("rtx_def_note_subunion", TYPE_UNION, in adjust_field_rtx_def() 1231 symbol_union_tp = new_structure ("rtx_def_symbol_subunion", TYPE_UNION, in adjust_field_rtx_def() 1383 return new_structure ("rtx_def_subunion", TYPE_UNION, &lexer_line, flds, in adjust_field_rtx_def() 1413 return new_structure ("tree_exp_subunion", TYPE_UNION, &lexer_line, flds, in adjust_field_tree_exp() [all …]
|
| D | gengtype-parse.cc | 910 enum typekind kind = (token () == UNION) ? TYPE_UNION : TYPE_STRUCT; in type()
|
| D | gengtype-state.cc | 51 case TYPE_UNION: in type_lineloc() 1144 case TYPE_UNION: in write_state_type() 1644 type->kind = TYPE_UNION; in read_state_union_type()
|
| D | ChangeLog-2012 | 3353 Handle TYPE_NONE, TYPE_UNDEFINED, TYPE_UNION, TYPE_LANG_STRUCT 27784 (walk_type, <TYPE_UNION, TYPE_STRUCT>): Emit length calculations
|