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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.cpp77 collection::const_iterator rhs_pos; local
82 for (pos = begin, rhs_pos = rhs_begin; pos != end; ++pos, ++rhs_pos)
84 if (pos->tag != rhs_pos->tag)
88 if (pos->tag == DW_TAG_structure_type && rhs_pos->tag == DW_TAG_class_type)
90 if (pos->tag == DW_TAG_class_type && rhs_pos->tag == DW_TAG_structure_type)
96 for (pos = begin, rhs_pos = rhs_begin; pos != end; ++pos, ++rhs_pos)
98 if (!pos->NameMatches (*rhs_pos))
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DThreadList.cpp776 collection::iterator rhs_pos, rhs_end = rhs.m_threads.end(); local
777 for (rhs_pos = rhs.m_threads.begin(); rhs_pos != rhs_end; ++rhs_pos)
779 const lldb::tid_t tid = (*rhs_pos)->GetID();
791 (*rhs_pos)->DestroyThread();

Completed in 103 milliseconds