Searched refs:appendUnsigned (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | string_utils.cpp | 61 void ScopedString::appendUnsigned(u64 Num, u8 Base, u8 MinNumberLength, in appendUnsigned() function in scudo::ScopedString 102 appendUnsigned(ptr_value, 16, SCUDO_POINTER_FORMAT_LENGTH, in appendPointer() 165 appendUnsigned(UVal, (*Cur == 'u') ? 10 : 16, Width, PadWithZero, Upper); in vappend() 201 appendUnsigned(UVal, 10, Width, PadWithZero, false); in vappend()
|
| H A D | string_utils.h | 37 void appendUnsigned(u64 Num, u8 Base, u8 MinNumberLength, bool PadWithZero,
|