Searched refs:AbsoluteValue (Results 1 – 7 of 7) sorted by relevance
28 static int appendNumber(char **Buffer, const char *BufferEnd, u64 AbsoluteValue, in appendNumber() argument34 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()
137 bool AbsoluteValue(); // Returns true on success
81 uint64_t AbsoluteValue; in getMatchingString() local89 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()
472 bool Scalar::AbsoluteValue() { in AbsoluteValue() function in Scalar
1394 } else if (!stack.back().ResolveValue(exe_ctx).AbsoluteValue()) { in Evaluate()
23 def AbsoluteValue : DiagGroup<"absolute-value">;
39 InGroup<AbsoluteValue>;44 "of type %2 which may cause truncation of value">, InGroup<AbsoluteValue>;48 InGroup<AbsoluteValue>;52 InGroup<AbsoluteValue>;