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

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgengtype.c449 pair_p note_flds = NULL; local
454 pair_p old_note_flds = note_flds;
456 note_flds = xmalloc (sizeof (*note_flds));
457 note_flds->line.file = __FILE__;
458 note_flds->line.line = __LINE__;
459 note_flds->name = "rttree";
460 note_flds->type = tree_tp;
461 note_flds->opt = xmalloc (sizeof (*note_flds
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dgengtype.c506 pair_p note_flds = NULL; local
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");
534 note_flds
[all...]

Completed in 70 milliseconds