Searched refs:next_line (Results 1 – 2 of 2) sorted by relevance
102 next_line = _extract_line(prefix + "-NEXT", line)103 if next_line is not None:104 return (next_line, TestStatement.Variant.NEXT_LINE, line_no), None, None
3540 RegisterLine* next_line = reg_table_.GetLine(next_insn_idx); in CodeFlowVerifyInstruction() local3541 if (next_line != nullptr) { in CodeFlowVerifyInstruction()