Home
last modified time | relevance | path

Searched refs:appendNumber (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp20 void ScopedString::appendNumber(u64 AbsoluteValue, u8 Base, u8 MinNumberLength, in appendNumber() function in scudo::ScopedString
63 appendNumber(Num, Base, MinNumberLength, PadWithZero, /*Negative=*/false, in appendUnsigned()
73 appendNumber(UnsignedNum, 10, MinNumberLength, PadWithZero, Negative, in appendSignedDecimal()
H A Dstring_utils.h35 void appendNumber(u64 AbsoluteValue, u8 Base, u8 MinNumberLength,
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DScaledNumber.cpp142 static void appendNumber(std::string &Str, uint64_t N) { in appendNumber() function
241 appendNumber(Str, Above0); in toString()