Home
last modified time | relevance | path

Searched defs:PadWithZero (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp21 bool PadWithZero, bool Negative, bool Upper) { in appendNumber()
62 bool PadWithZero, bool Upper) { in appendUnsigned()
68 bool PadWithZero) { in appendSignedDecimal()
128 const bool PadWithZero = (*Cur == '0'); in vappend() local