Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLineTable.cpp26 LessThanBinaryPredicate less_than_bp(this); in LineTable()
47 LessThanBinaryPredicate less_than_bp(this); in InsertLineEntry()
109 LessThanBinaryPredicate less_than_bp(this); in InsertSequence()
130 bool LineTable::LessThanBinaryPredicate::operator()(const Entry &a, in operator ()()
150 bool LineTable::LessThanBinaryPredicate::operator()( in operator ()()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineTable.h309 class LessThanBinaryPredicate {
311 LessThanBinaryPredicate(LineTable *line_table) : m_line_table(line_table) {} in LessThanBinaryPredicate() function