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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp40 const size_t PadForDesc = InitialPad + EntryWidth; local
43 // If the buffer's length is greater then PadForDesc, print a newline.
44 if (FOut.getColumn() > PadForDesc)
47 FOut.PadToColumn(PadForDesc);
57 FOut.PadToColumn(PadForDesc);

Completed in 142 milliseconds