Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp227 auto worklist_end = all_scs.end(); in SetSCMatchesByLine() local
235 worklist_end = std::remove_if( in SetSCMatchesByLine()
236 worklist_begin, worklist_end, in SetSCMatchesByLine()
239 llvm::sort(worklist_begin, worklist_end, in SetSCMatchesByLine()
245 if (worklist_begin != worklist_end) in SetSCMatchesByLine()
246 worklist_end = std::remove_if( in SetSCMatchesByLine()
255 worklist_end = std::remove_if(worklist_begin, worklist_end, in SetSCMatchesByLine()
262 llvm::sort(worklist_begin, worklist_end, in SetSCMatchesByLine()
275 worklist_end = in SetSCMatchesByLine()
276 std::remove_if(std::next(first), worklist_end, in SetSCMatchesByLine()
[all …]