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

Declarations

tools/lldb/include/lldb/Utility/Scalar.h
  183   bool ShiftRightLogical(const Scalar &rhs); // Returns true on success

References

tools/lldb/source/Expression/DWARFExpression.cpp
 1742         if (!stack.back().ResolveValue(exe_ctx).ShiftRightLogical(
tools/lldb/source/Expression/IRInterpreter.cpp
  784         result.ShiftRightLogical(R);