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

/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistry.cpp126 size_t optionFieldWidth = 0; local
133 optionFieldWidth = std::max(optionFieldWidth, nameLength);
141 int pad = optionFieldWidth - i->FullName.size();
146 pad = optionFieldWidth + initialPad;

Completed in 122 milliseconds