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

Declarations

tools/lldb/include/lldb/Utility/Scalar.h
  289   friend const Scalar operator+(const Scalar &lhs, const Scalar &rhs);
  320 const Scalar operator+(const Scalar &lhs, const Scalar &rhs);

References

tools/lldb/source/Expression/IRInterpreter.cpp
  748         result = L + R;
 1067       lldb_private::Scalar Poffset = P + offset;
tools/lldb/unittests/Utility/ScalarTest.cpp
  221       EXPECT_EQ(lhs + rhs, x);
  233       EXPECT_EQ(lhs + rhs, x);