Home
last modified time | relevance | path

Searched refs:OnesComplement (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DScalar.h145 bool OnesComplement(); // Returns true on success
/llvm-project-15.0.7/lldb/source/Utility/
H A DScalar.cpp503 bool Scalar::OnesComplement() { in OnesComplement() function in Scalar
/llvm-project-15.0.7/lldb/source/Expression/
H A DDWARFExpression.cpp1506 if (!stack.back().ResolveValue(exe_ctx).OnesComplement()) { in Evaluate()