Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp2020 static const size_t MaxOptWidth = 8; // arbitrary spacing for printOptionDiff variable
2038 size_t NumSpaces = MaxOptWidth > L ? MaxOptWidth - L : 0; in printGenericOptionDiff()
2065 MaxOptWidth > Str.size() ? MaxOptWidth - Str.size() : 0; \
2091 size_t NumSpaces = MaxOptWidth > V.size() ? MaxOptWidth - V.size() : 0; in PRINT_OPT_DIFF()