Searched refs:kept_index (Results 1 – 1 of 1) sorted by relevance
83 size_t kept_index = (*kept).second.second; in foldIdenticalCode() local84 if (index != kept_index) { in foldIdenticalCode()89 KeptSections::iterator it = m_KeptSections.begin() + kept_index; in foldIdenticalCode()109 size_t kept_index = m_KeptSections[sect].second; in foldIdenticalCode() local110 LDSection* kept_sect = (*(m_KeptSections.begin() + kept_index)).first; in foldIdenticalCode()200 size_t kept_index = (*it).second; in matchCandidates() local201 if (contents[index].compare(contents[kept_index]) == 0) { in matchCandidates()202 m_KeptSections[pCandidateList[index].sect].second = kept_index; in matchCandidates()