Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DScalar.h137 bool AbsoluteValue(); // Returns true on success
/openbsd/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheck.cpp81 uint64_t AbsoluteValue; in getMatchingString() local
89 AbsoluteValue = cantFail(IntegerValue.getAbsolute().getUnsignedValue()); in getMatchingString()
91 AbsoluteValue = *SignedValue; in getMatchingString()
96 AbsoluteValue = *UnsignedValue; in getMatchingString()
103 AbsoluteValueStr = utostr(AbsoluteValue); in getMatchingString()
107 AbsoluteValueStr = utohexstr(AbsoluteValue, Value == Kind::HexLower); in getMatchingString()
/openbsd/gnu/llvm/lldb/source/Utility/
H A DScalar.cpp472 bool Scalar::AbsoluteValue() { in AbsoluteValue() function in Scalar
/openbsd/gnu/llvm/lldb/source/Expression/
H A DDWARFExpression.cpp1394 } else if (!stack.back().ResolveValue(exe_ctx).AbsoluteValue()) { in Evaluate()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticGroups.td23 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>;