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

/freebsd-9.3-release/contrib/gcc/
H A Dgcov.c110 } arc_t; typedef in typeref:struct:arc_info
118 arc_t *succ;
119 arc_t *pred;
154 arc_t *arc;
220 arc_t *branches; /* branches from blocks that end on this
338 static void add_branch_counts (coverage_t *, const arc_t *);
343 static int output_branch_count (FILE *, int, const arc_t *);
595 arc_t *arc, *arc_n;
808 arc = XCNEW (arc_t);
934 arc_t *ar
[all...]
H A Dgenautomata.c192 typedef struct arc *arc_t; typedef in typeref:struct:arc
233 static arc_t first_out_arc (state_t);
234 static arc_t next_out_arc (arc_t);
481 arc_t arcs_marked_by_insn;
683 arc_t first_out_arc;
743 arc_t next_out_arc;
746 arc_t next_arc_marked_by_insn;
3849 static arc_t first_free_arc;
3859 free_arc (arc_t ar
[all...]

Completed in 64 milliseconds