Home
last modified time | relevance | path

Searched refs:appendSignedDecimal (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp67 void ScopedString::appendSignedDecimal(s64 Num, u8 MinNumberLength, in appendSignedDecimal() function in scudo::ScopedString
155 appendSignedDecimal(DVal, Width, PadWithZero); in vappend()
198 appendSignedDecimal(DVal, Width, PadWithZero); in vappend()
H A Dstring_utils.h39 void appendSignedDecimal(s64 Num, u8 MinNumberLength, bool PadWithZero);