| 46 | |
| 47 | |
| 48 | bool DebugRegisterItem::operator!=(const DebugRegisterItem& other) const |
| 49 | { |
| 50 | return !(*this == other); |
| 51 | } |
| 52 | |
| 53 | |
| 54 | bool DebugRegisterItem::operator<(const DebugRegisterItem& other) const |
nothing calls this directly
no outgoing calls
no test coverage detected