Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp218 uint32_t closest_line = UINT32_MAX; in SetSCMatchesByLine() local
229 closest_line = std::min(closest_line, sc.line_entry.line); in SetSCMatchesByLine()
266 return closest_line != sc.line_entry.line; in SetSCMatchesByLine()