Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Support/
H A DCommandLine.cpp2172 static const size_t MaxOptWidth = 8; // arbitrary spacing for printOptionDiff variable
2190 size_t NumSpaces = MaxOptWidth > L ? MaxOptWidth - L : 0; in printGenericOptionDiff()
2217 MaxOptWidth > Str.size() ? MaxOptWidth - Str.size() : 0; \
2243 size_t NumSpaces = MaxOptWidth > V.size() ? MaxOptWidth - V.size() : 0; in PRINT_OPT_DIFF()