Searched refs:less_than_bp (Results 1 – 1 of 1) sorted by relevance
27 LineTable::Entry::LessThanBinaryPredicate less_than_bp(this); in LineTable() local28 llvm::stable_sort(sequences, less_than_bp); in LineTable()49 LineTable::Entry::LessThanBinaryPredicate less_than_bp(this); in InsertLineEntry() local51 llvm::upper_bound(m_entries, entry, less_than_bp); in InsertLineEntry()124 LineTable::Entry::LessThanBinaryPredicate less_than_bp(this); in InsertSequence() local126 upper_bound(begin_pos, end_pos, entry, less_than_bp); in InsertSequence()