Lines Matching defs:operator
108 bool operator==(const RegId& that) const {
113 bool operator!=(const RegId& that) const {
117 /** Order operator.
120 bool operator<(const RegId& that) const {
214 operator<<(std::ostream& os, const RegId& rid) {
267 bool operator<(const PhysRegId& that) const {
268 return RegId::operator<(that);
271 bool operator==(const PhysRegId& that) const {
272 return RegId::operator==(that);
275 bool operator!=(const PhysRegId& that) const {
276 return RegId::operator!=(that);
359 size_t operator()(const RegId& reg_id) const