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

Declarations

tools/lldb/include/lldb/Utility/Scalar.h
  302   friend bool operator<=(const Scalar &lhs, const Scalar &rhs);
  333 bool operator<=(const Scalar &lhs, const Scalar &rhs);

References

tools/lldb/source/Expression/DWARFExpression.cpp
 1917             stack.back().ResolveValue(exe_ctx) <= tmp.ResolveValue(exe_ctx);
tools/lldb/source/Expression/IRInterpreter.cpp
 1141         result = (L <= R);
 1161         result = (L <= R);
tools/lldb/unittests/Utility/ScalarTest.cpp
   55   ASSERT_TRUE(s1 <= s2);
   64   ASSERT_TRUE(s1 <= s2);