Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp134 const bool LeftJustified = *Cur == '-'; in formatString() local
135 if (LeftJustified) in formatString()
159 CHECK(!((Precision >= 0 || LeftJustified) && *Cur != 's')); in formatString()
187 CHECK(!HaveWidth || LeftJustified); in formatString()
188 Res += appendString(&Buffer, BufferEnd, LeftJustified ? -Width : Width, in formatString()