Searched refs:next_line (Results 1 – 2 of 2) sorted by relevance
2317 next_line = raw[linenum + 1]2318 if (next_line2319 and Match(r'\s*}', next_line)2320 and next_line.find('} else ') == -1):3467 next_line = clean_lines.elided[linenum + 1]3474 if not Search(r'^\s*}[\w\*,\s]*;', next_line):
3594 RegisterLine* next_line = reg_table_.GetLine(next_insn_idx); in CodeFlowVerifyInstruction() local3595 if (next_line != nullptr) { in CodeFlowVerifyInstruction()