Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp28 static int appendNumber(char **Buffer, const char *BufferEnd, u64 AbsoluteValue, in appendNumber() argument
34 RAW_CHECK(AbsoluteValue || !Negative); in appendNumber()
46 NumBuffer[Pos++] = static_cast<uptr>(AbsoluteValue % Base); in appendNumber()
47 AbsoluteValue /= Base; in appendNumber()
48 } while (AbsoluteValue > 0); in appendNumber()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScalar.h137 bool AbsoluteValue(); // Returns true on success
/freebsd-14.2/sys/contrib/device-tree/src/powerpc/
H A Dhotfoot.dts4 * Copyright 2009 AbsoluteValue Systems <[email protected]>
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp473 bool Scalar::AbsoluteValue() { in AbsoluteValue() function in Scalar
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp1411 } else if (!stack.back().ResolveValue(exe_ctx).AbsoluteValue()) { in Evaluate()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticGroups.td24 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>;