Lines Matching refs:fallthru
84 bool fallthru = true;
90 fallthru = false;
94 fallthru = false;
111 fallthru = false;
114 if (fallthru) {
147 fallthru = false;
151 fallthru = false;
155 if (fallthru) {
208 bool fallthru = true;
213 fallthru = false; // branches don't fall through to the next block.
223 fallthru = false; // jumps don't fall through to the next block.
226 prev_fallthru = fallthru;