Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp1121 std::string ColNoStr = utostr(uint64_t(R.ColumnStart)); in renderBranchView() local
1126 a("#" + TargetName, tag("span", LineNoStr + ":" + ColNoStr), in renderBranchView()
1176 std::string ColNoStr = Twine(DecisionRegion.ColumnStart).str(); in renderMCDCView() local
1179 a("#" + TargetName, tag("span", LineNoStr + ":" + ColNoStr)), in renderMCDCView()
1183 ColNoStr = utostr(uint64_t(DecisionRegion.ColumnEnd)); in renderMCDCView()
1185 a("#" + TargetName, tag("span", LineNoStr + ":" + ColNoStr)), in renderMCDCView()