Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/FileCheck/
H A DFileCheck.cpp598 unsigned LineNoWidth = std::log10(LineCount) + 1; in DumpAnnotatedInput() local
607 LabelWidth = std::max(LabelWidth, LineNoWidth) + 3; in DumpAnnotatedInput()