Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Breakpoint/
DBreakpointLocationList.cpp304 lldb::break_id_t highest_id = 0; in Compact() local
308 if (cur_id > highest_id) in Compact()
309 highest_id = cur_id; in Compact()
311 m_next_id = highest_id; in Compact()