Searched refs:create_field (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | gengtype.c | 993 #define create_field(next,type,name) \ macro 1010 union_fields = create_field (NULL, type, ""); in create_optional_field_() 1181 note_flds = create_field (note_flds, &string_type, "rt_str"); in adjust_field_rtx_def() 1186 note_flds = create_field (note_flds, tree_tp, "rt_tree"); in adjust_field_rtx_def() 1190 note_flds = create_field (note_flds, rtx_tp, "rt_rtx"); in adjust_field_rtx_def() 1194 note_flds = create_field (note_flds, scalar_tp, "rt_int"); in adjust_field_rtx_def() 1212 sym_flds = create_field (NULL, tree_tp, "rt_tree"); in adjust_field_rtx_def() 1214 sym_flds = create_field (sym_flds, constant_tp, "rt_constant"); in adjust_field_rtx_def() 1330 subfields = create_field (subfields, t, in adjust_field_rtx_def() 1346 subfields = create_field (subfields, reg_attrs_tp, "reg.attrs"); in adjust_field_rtx_def() [all …]
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | gengtype.c | 831 #define create_field(next,type,name) \ macro 848 union_fields = create_field (NULL, type, ""); in create_optional_field_() 1019 note_flds = create_field (note_flds, &string_type, "rt_str"); in adjust_field_rtx_def() 1024 note_flds = create_field (note_flds, tree_tp, "rt_tree"); in adjust_field_rtx_def() 1029 note_flds = create_field (note_flds, rtx_tp, "rt_rtx"); in adjust_field_rtx_def() 1033 note_flds = create_field (note_flds, scalar_tp, "rt_int"); in adjust_field_rtx_def() 1051 sym_flds = create_field (NULL, tree_tp, "rt_tree"); in adjust_field_rtx_def() 1053 sym_flds = create_field (sym_flds, constant_tp, "rt_constant"); in adjust_field_rtx_def() 1169 subfields = create_field (subfields, t, in adjust_field_rtx_def() 1200 flds = create_field (flds, substruct, ""); in adjust_field_rtx_def() [all …]
|