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.cpp1130 std::string ColNoStr = utostr(uint64_t(R.ColumnStart)); in renderBranchView() local
1135 a("#" + TargetName, tag("span", LineNoStr + ":" + ColNoStr), in renderBranchView()
1163 std::string ColNoStr = Twine(DecisionRegion.ColumnStart).str(); in renderMCDCView() local
1166 a("#" + TargetName, tag("span", LineNoStr + ":" + ColNoStr)), in renderMCDCView()
1170 ColNoStr = utostr(uint64_t(DecisionRegion.ColumnEnd)); in renderMCDCView()
1172 a("#" + TargetName, tag("span", LineNoStr + ":" + ColNoStr)), in renderMCDCView()