Searched refs:EntryValueInfo (Results 1 – 2 of 2) sorted by relevance
107 bool operator<(const struct EntryValueInfo &LHS,108 const struct EntryValueInfo &RHS);120 struct EntryValueInfo { struct125 friend bool operator<(const EntryValueInfo &LHS, const EntryValueInfo &RHS); argument173 std::set<EntryValueInfo> EntryValues;
278 bool llvm::operator<(const EntryValueInfo &LHS, const EntryValueInfo &RHS) { in operator <()