Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp124 const bool LeftJustified = *Cur == '-'; in vappend() local
125 if (LeftJustified) in vappend()
149 CHECK(!((Precision >= 0 || LeftJustified) && *Cur != 's')); in vappend()
176 CHECK(!HaveWidth || LeftJustified); in vappend()
177 appendString(LeftJustified ? -Width : Width, Precision, in vappend()