Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dedit-output.cpp58 int editWidth{edit.width.value_or(0)}; in EditBOZOutput() local
62 editWidth = std::max(1, editWidth); in EditBOZOutput()
71 if (editWidth > 0 && leadingSpaces + subTotal > editWidth) { in EditBOZOutput()
72 return io.EmitRepeated('*', editWidth); in EditBOZOutput()
144 int editWidth{edit.width.value_or(0)}; in EditIntegerOutput() local
150 editWidth = std::max(1, editWidth); in EditIntegerOutput()
159 if (editWidth > 0 && leadingSpaces + subTotal > editWidth) { in EditIntegerOutput()
263 bool noLeadingSpaces{editWidth == 0}; in EditEorDOutput()
355 int width{editWidth > 0 ? editWidth : totalLength}; in EditEorDOutput()
464 int width{editWidth > 0 ? editWidth : totalLength}; in EditFOutput()
[all …]