Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DCheckerRegistryData.cpp130 size_t OptionFieldWidth = 0; in printCheckerWithDescList() local
136 OptionFieldWidth = std::max(OptionFieldWidth, NameLength); in printCheckerWithDescList()
144 InitialPad, OptionFieldWidth); in printCheckerWithDescList()
/external/llvm/lib/Option/
DOptTable.cpp339 unsigned OptionFieldWidth = 0; in PrintHelpOptionList() local
348 OptionFieldWidth = std::max(OptionFieldWidth, Length); in PrintHelpOptionList()
354 int Pad = OptionFieldWidth - int(Option.size()); in PrintHelpOptionList()
360 Pad = OptionFieldWidth + InitialPad; in PrintHelpOptionList()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DOptTable.cpp492 unsigned OptionFieldWidth = 0; in PrintHelpOptionList() local
497 OptionFieldWidth = std::max(OptionFieldWidth, Length); in PrintHelpOptionList()
503 int Pad = OptionFieldWidth - int(Option.size()); in PrintHelpOptionList()
509 Pad = OptionFieldWidth + InitialPad; in PrintHelpOptionList()
/external/llvm-project/llvm/lib/Option/
DOptTable.cpp581 unsigned OptionFieldWidth = 0; in PrintHelpOptionList() local
586 OptionFieldWidth = std::max(OptionFieldWidth, Length); in PrintHelpOptionList()
592 int Pad = OptionFieldWidth - int(Option.size()); in PrintHelpOptionList()
598 Pad = OptionFieldWidth + InitialPad; in PrintHelpOptionList()