Home
last modified time | relevance | path

Searched refs:ShiftRightLogical (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DScalar.h132 bool ShiftRightLogical(const Scalar &rhs); // Returns true on success
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DScalar.cpp433 bool Scalar::ShiftRightLogical(const Scalar &rhs) { in ShiftRightLogical() function in Scalar
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRInterpreter.cpp835 result.ShiftRightLogical(R); in Interpret()
H A DDWARFExpression.cpp1631 if (!stack.back().ResolveValue(exe_ctx).ShiftRightLogical( in Evaluate()