Searched refs:AbsoluteValue (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp28 static int appendNumber(char **Buffer, const char *BufferEnd, u64 AbsoluteValue, argument
34 RAW_CHECK(AbsoluteValue || !Negative);
46 NumBuffer[Pos++] = static_cast<uptr>(AbsoluteValue % Base);
47 AbsoluteValue /= Base;
48 } while (AbsoluteValue > 0);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScalar.h171 bool AbsoluteValue(); // Returns true on success
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp788 bool Scalar::AbsoluteValue() { function in class:Scalar
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp1399 } else if (!stack.back().ResolveValue(exe_ctx).AbsoluteValue()) {

Completed in 116 milliseconds