Home | History | Annotate | Download | only in compiler

Lines Matching defs:fallthru

76       bool fallthru = true;
83 fallthru = false;
87 fallthru = false;
105 fallthru = false;
109 fallthru = false;
113 if (fallthru) {
156 bool fallthru = true;
160 fallthru = false; // branches don't fall through to the next block.
167 fallthru = false; // jumps don't fall through to the next block.
170 prev_fallthru = fallthru;