Searched refs:worklist_end (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Breakpoint/ |
| H A D | BreakpointResolver.cpp | 226 auto worklist_end = all_scs.end(); in SetSCMatchesByLine() local 234 worklist_end = std::remove_if( in SetSCMatchesByLine() 235 worklist_begin, worklist_end, in SetSCMatchesByLine() 238 llvm::sort(worklist_begin, worklist_end, in SetSCMatchesByLine() 244 if (worklist_begin != worklist_end) in SetSCMatchesByLine() 245 worklist_end = std::remove_if( in SetSCMatchesByLine() 254 worklist_end = std::remove_if(worklist_begin, worklist_end, in SetSCMatchesByLine() 261 llvm::sort(worklist_begin, worklist_end, in SetSCMatchesByLine() 274 worklist_end = in SetSCMatchesByLine() 275 std::remove_if(std::next(first), worklist_end, in SetSCMatchesByLine() [all …]
|