Home
last modified time | relevance | path

Searched refs:AbsoluteValue (Results 1 – 8 of 8) sorted by relevance

/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp20 void ScopedString::appendNumber(u64 AbsoluteValue, u8 Base, u8 MinNumberLength, in appendNumber() argument
25 RAW_CHECK(AbsoluteValue || !Negative); in appendNumber()
37 NumBuffer[Pos++] = static_cast<uptr>(AbsoluteValue % Base); in appendNumber()
38 AbsoluteValue /= Base; in appendNumber()
39 } while (AbsoluteValue > 0); in appendNumber()
H A Dstring_utils.h35 void appendNumber(u64 AbsoluteValue, u8 Base, u8 MinNumberLength,
/src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScalar.h138 bool AbsoluteValue(); // Returns true on success
/src/sys/contrib/device-tree/src/powerpc/
H A Dhotfoot.dts4 * Copyright 2009 AbsoluteValue Systems <solomon@linux-wlan.com>
/src/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp473 bool Scalar::AbsoluteValue() { in AbsoluteValue() function in Scalar
/src/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp1312 if (!stack.back().ResolveValue(exe_ctx).AbsoluteValue()) { in Evaluate()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticGroups.td22 def AbsoluteValue : DiagGroup<"absolute-value">;
H A DDiagnosticSemaKinds.td39 InGroup<AbsoluteValue>;
44 "of type %2 which may cause truncation of value">, InGroup<AbsoluteValue>;
48 InGroup<AbsoluteValue>;
52 InGroup<AbsoluteValue>;