Searched refs:appendNumber (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | string_utils.cpp | 20 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 D | string_utils.h | 35 void appendNumber(u64 AbsoluteValue, u8 Base, u8 MinNumberLength,
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | ScaledNumber.cpp | 142 static void appendNumber(std::string &Str, uint64_t N) { in appendNumber() function 241 appendNumber(Str, Above0); in toString()
|