Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDUniqueCStringMap.h211 const Entry *after_last_entry = first_entry + m_map.size(); in FindNextValueForName() local
213 if (first_entry <= next_entry && next_entry < after_last_entry) in FindNextValueForName()