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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp133 const bool LeftJustified = *Cur == '-'; local
134 if (LeftJustified)
158 CHECK(!((Precision >= 0 || LeftJustified) && *Cur != 's'));
184 CHECK(!HaveWidth || LeftJustified);
185 Res += appendString(&Buffer, BufferEnd, LeftJustified ? -Width : Width,

Completed in 105 milliseconds