Home
last modified time | relevance | path

Searched refs:create_field (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dgengtype.c343 create_field (pair_p next, type_p type, const char *name) in create_field() function
371 union_fields = create_field (NULL, type, ""); in create_optional_field()
379 field = create_field (next, union_type, name); in create_optional_field()
514 note_flds = create_field (note_flds, &string_type, "rt_str"); in adjust_field_rtx_def()
519 note_flds = create_field (note_flds, tree_tp, "rt_tree"); in adjust_field_rtx_def()
524 note_flds = create_field (note_flds, rtx_tp, "rt_rtx"); in adjust_field_rtx_def()
528 note_flds = create_field (note_flds, scalar_tp, "rt_int"); in adjust_field_rtx_def()
545 sym_flds = create_field (NULL, tree_tp, "rt_tree"); in adjust_field_rtx_def()
548 sym_flds = create_field (sym_flds, constant_tp, "rt_constant"); in adjust_field_rtx_def()
663 subfields = create_field (subfields, t, in adjust_field_rtx_def()
[all …]
DChangeLog-200614220 (create_field): New function.
14221 (adjust_field_rtx_def): Use create_option and create_field.