Home
last modified time | relevance | path

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

/NextBSD/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
Dpoint_iterators.hpp307 typename Internal_Node::iterator next_it = it; in get_larger_sibling() local
308 ++next_it; in get_larger_sibling()
309 return ((next_it == p_parent->end())? NULL :* next_it); in get_larger_sibling()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDCompactUnwindInfo.cpp527 auto next_it = it + 1; in GetCompactUnwindInfoForFunction() local
528 if (next_it != m_indexes.end()) in GetCompactUnwindInfoForFunction()
533 unwind_info.valid_range_offset_end = next_it->function_offset; in GetCompactUnwindInfoForFunction()