Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/utils/
H A Dargparse.py356 text_width = self._width - self._current_indent
357 if len(prefix) + len(usage) > text_width:
377 if line_len + 1 + len(part) > text_width:
390 if len(prefix) + len(prog) <= 0.75 * text_width:
510 text_width = self._width - self._current_indent
512 return self._fill_text(text, text_width, indent) + '\n\n'
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptions.cpp294 int text_width = output_max_columns - strm.GetIndentLevel() - 1; in OutputFormattedUsageText() local
306 end = start + text_width; in OutputFormattedUsageText()