reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Utility/RegisterValue.h
  145   bool operator==(const RegisterValue &rhs) const;

References

tools/lldb/source/Core/ValueObjectRegister.cpp
  314         SetValueDidChange(!(m_old_reg_value == m_reg_value));
tools/lldb/source/Utility/RegisterValue.cpp
  797   return !(*this == rhs);
utils/unittest/googlemock/include/gmock/gmock-matchers.h
  206   bool operator()(const A& a, const B& b) const { return a == b; }