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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCFGPrinter.h161 unsigned ColNum = 0; local
167 ColNum = 0;
173 } else if (ColNum == MaxColumns) { // Wrap lines.
178 ColNum = i - LastSpace;
182 ++ColNum;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp28 unsigned ColNum = 0; // Record the column number. local
32 unsigned NumSpaces = Opts.TabSize - (ColNum % Opts.TabSize);
34 ColNum += NumSpaces;
38 ColNum = 0;
40 ++ColNum;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp473 uint32_t ColNum = 0; local
476 ColNum = ColIt->StartColumn;
479 Entries.push_back({VA, Line, ColNum, Group.NameIndex, false});
486 uint32_t ColNum = local
488 Entries.push_back({VA, LastLine, ColNum, Group.NameIndex, true});

Completed in 154 milliseconds