Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcov.c114 unsigned int fall_through : 1; member
555 arcptr->fall_through = 0;
778 arcptr->fall_through = !! (flag_bits & 0x4);
1114 if (arcptr->fall_through)
/openbsd-src/gnu/gcc/gcc/
H A Dgcov.c90 unsigned int fall_through : 1; member
816 arc->fall_through = !!(flags & GCOV_ARC_FALLTHROUGH); in read_graph_file()
1139 if (blk->is_call_site && arc->fall_through in solve_flow_graph()
1757 arc->fall_through ? " (fallthrough)" : ""); in output_branch_count()