Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Breakpoint/
DBreakpointResolver.cpp211 uint32_t closest_line = UINT32_MAX; in SetSCMatchesByLine() local
220 closest_line = std::min(closest_line, sc.line_entry.line); in SetSCMatchesByLine()
257 return closest_line != sc.line_entry.line; in SetSCMatchesByLine()