Searched refs:new_structure (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gengtype.h | 426 extern type_p new_structure (const char *name, enum typekind kind,
|
H A D | gengtype.c | 740 new_structure (const char *name, enum typekind kind, struct fileloc *pos, in new_structure() function 1016 new_structure (xasprintf ("%s_%d", "fake_union", id++), TYPE_UNION, in create_optional_field_() 1206 note_union_tp = new_structure ("rtx_def_note_subunion", TYPE_UNION, in adjust_field_rtx_def() 1216 symbol_union_tp = new_structure ("rtx_def_symbol_subunion", TYPE_UNION, in adjust_field_rtx_def() 1359 substruct = new_structure (sname, TYPE_STRUCT, &lexer_line, subfields, in adjust_field_rtx_def() 1368 return new_structure ("rtx_def_subunion", TYPE_UNION, &lexer_line, flds, in adjust_field_rtx_def() 1398 return new_structure ("tree_exp_subunion", TYPE_UNION, &lexer_line, flds, in adjust_field_tree_exp()
|
H A D | gengtype-parse.c | 994 return new_structure (s, kind, &lexer_line, fields, opts, in type()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gengtype.h | 437 extern type_p new_structure (const char *name, enum typekind kind,
|
H A D | gengtype.cc | 755 new_structure (const char *name, enum typekind kind, struct fileloc *pos, in new_structure() function 1031 new_structure (xasprintf ("%s_%d", "fake_union", id++), TYPE_UNION, in create_optional_field_() 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() 1374 substruct = new_structure (sname, TYPE_STRUCT, &lexer_line, subfields, 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()
|
H A D | gengtype-parse.cc | 994 return new_structure (s, kind, &lexer_line, fields, opts, in type()
|
H A D | ChangeLog-2002 | 17769 (new_structure): New prototype. 17772 * gengtype-yacc.y (typedef_struct): Use new_structure. 17774 (type): Use new_structure. 17778 (new_structure): New. 17779 (note_yacc_type): Use new_structure.
|
H A D | ChangeLog-2013 | 12286 (new_structure): Set up subclass linked list. 12889 * gengtype.c (new_structure): Add a "base_class" parameter. 12890 (create_optional_field_): Update for new parameter to new_structure. 12895 (new_structure): Add "base" parameter.
|
H A D | ChangeLog-2012 | 8111 (new_structure): Do not complain about duplicate 14107 (new_structure): Replace argument ISUNION with KIND. 14150 (new_structure): Change second field to type enum typekind.
|
H A D | ChangeLog-2006 | 21303 * gengtype.c (new_structure): Return the structure. 21310 * gengtype.h (new_structure): Return the structure.
|
H A D | ChangeLog-2007 | 24767 (do_typedef, new_structure): Suppress definition of certain types. 24768 (new_structure): Improve diagnostics of duplicate definitions.
|
H A D | ChangeLog-2010 | 3183 (new_structure, find_param_structure, create_pointer) 9315 * gengtype.c (new_structure): Remove ad-hoc "location_s" processing.
|
H A D | ChangeLog-2016 | 6400 * gengtype.c (new_structure): Append to structures list.
|