Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgcov.c87 unsigned int fall_through : 1; member
1104 arc->fall_through = !!(flags & GCOV_ARC_FALLTHROUGH); in read_graph_file()
1144 if (!arc->fake && !arc->fall_through) in read_graph_file()
1422 if (blk->is_call_site && arc->fall_through in solve_flow_graph()
2179 arc->fall_through ? " (fallthrough)" in output_branch_count()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgcov.c96 unsigned int fall_through : 1; member
1638 arc->fall_through = !!(flags & GCOV_ARC_FALLTHROUGH); in read_graph_file()
1678 if (!arc->fake && !arc->fall_through) in read_graph_file()
1938 if (blk->is_call_site && arc->fall_through in solve_flow_graph()
2699 arc->fall_through ? " (fallthrough)" in output_branch_count()