Searched refs:next_line (Results 1 – 2 of 2) sorted by relevance
2291 next_line = raw[linenum + 1]2292 if (next_line2293 and Match(r'\s*}', next_line)2294 and next_line.find('} else ') == -1):3441 next_line = clean_lines.elided[linenum + 1]3448 if not Search(r'^\s*}[\w\*,\s]*;', next_line):
3114 RegisterLine* next_line = reg_table_.GetLine(next_insn_idx); in CodeFlowVerifyInstruction() local3115 if (next_line != nullptr) { in CodeFlowVerifyInstruction()