Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp938 std::string ColNoStr = utostr(uint64_t(R.ColumnStart)); in renderBranchView() local
943 a("#" + TargetName, tag("span", LineNoStr + ":" + ColNoStr), in renderBranchView()
993 std::string ColNoStr = Twine(DecisionRegion.ColumnStart).str(); in renderMCDCView() local
996 a("#" + TargetName, tag("span", LineNoStr + ":" + ColNoStr)), in renderMCDCView()
1000 ColNoStr = utostr(uint64_t(DecisionRegion.ColumnEnd)); in renderMCDCView()
1002 a("#" + TargetName, tag("span", LineNoStr + ":" + ColNoStr)), in renderMCDCView()