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

/freebsd-10.3-release/contrib/gcc/
H A Dgengtype.c343 create_field (pair_p next, type_p type, const char *name) function
357 /* Like create_field, but the field is only valid when condition COND
371 union_fields = create_field (NULL, type, "");
379 field = create_field (next, union_type, name);
514 note_flds = create_field (note_flds, &string_type, "rt_str");
519 note_flds = create_field (note_flds, tree_tp, "rt_tree");
524 note_flds = create_field (note_flds, rtx_tp, "rt_rtx");
528 note_flds = create_field (note_flds, scalar_tp, "rt_int");
545 sym_flds = create_field (NULL, tree_tp, "rt_tree");
548 sym_flds = create_field (sym_fld
[all...]

Completed in 96 milliseconds