Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DCFGPrinter.h91 unsigned ColNum = 0;
97 ColNum = 0;
103 } else if (ColNum == MaxColumns) { // Wrap lines.
108 ColNum = i - LastSpace;
113 ++ColNum;
/freebsd-12.1/contrib/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp29 unsigned ColNum = 0; // Record the column number. in escape() local
33 unsigned NumSpaces = Opts.TabSize - (ColNum % Opts.TabSize); in escape()
36 ColNum += NumSpaces; in escape()
40 ColNum = 0; in escape()
42 ++ColNum; in escape()