Searched refs:OptionFieldWidth (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistryData.cpp130 size_t OptionFieldWidth = 0; local
136 OptionFieldWidth = std::max(OptionFieldWidth, NameLength);
144 InitialPad, OptionFieldWidth);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Option/
H A DOptTable.cpp581 unsigned OptionFieldWidth = 0; local
586 OptionFieldWidth = std::max(OptionFieldWidth, Length);
592 int Pad = OptionFieldWidth - int(Option.size());
598 Pad = OptionFieldWidth + InitialPad;

Completed in 205 milliseconds