Home
last modified time | relevance | path

Searched refs:previous_line (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp371 SourceLine previous_line; in PrintInstructions() local
452 if (this_line != previous_line) { in PrintInstructions()
471 SourceLine previous_line; in PrintInstructions() local
472 previous_line.file = this_line.file; in PrintInstructions()
473 previous_line.line = previous_lines[i]; in PrintInstructions()
474 auto pos = source_lines_seen.find(previous_line.file); in PrintInstructions()
476 pos->second.insert(previous_line.line); in PrintInstructions()
478 source_lines_to_display.lines.push_back(previous_line); in PrintInstructions()
498 previous_line = this_line; in PrintInstructions()
/freebsd/usr.bin/patch/
H A Dpch.c268 off_t this_line = 0, previous_line; in intuit_diff_type() local
283 previous_line = this_line; in intuit_diff_type()
390 p_start = previous_line; in intuit_diff_type()
398 p_start = previous_line; in intuit_diff_type()