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

/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dpoint_iterators.hpp307 typename Internal_Node::iterator next_it = it; local
308 ++next_it;
309 return ((next_it == p_parent->end())? NULL :* next_it);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp532 auto next_it = it + 1; local
533 if (next_it != m_indexes.end()) {
537 unwind_info.valid_range_offset_end = next_it->function_offset;

Completed in 94 milliseconds