Searched refs:LineNoStr (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageViewHTML.cpp | 1067 std::string LineNoStr = utostr(uint64_t(LineNo)); in renderLineNumberColumn() local 1068 std::string TargetName = "L" + LineNoStr; in renderLineNumberColumn() 1069 OS << tag("td", a("#" + TargetName, tag("pre", LineNoStr), TargetName), in renderLineNumberColumn() 1129 std::string LineNoStr = utostr(uint64_t(R.LineStart)); in renderBranchView() local 1131 std::string TargetName = "L" + LineNoStr; in renderBranchView() 1135 a("#" + TargetName, tag("span", LineNoStr + ":" + ColNoStr), in renderBranchView() 1162 std::string LineNoStr = Twine(DecisionRegion.LineStart).str(); in renderMCDCView() local 1164 std::string TargetName = "L" + LineNoStr; in renderMCDCView() 1166 a("#" + TargetName, tag("span", LineNoStr + ":" + ColNoStr)), in renderMCDCView() 1169 LineNoStr = utostr(uint64_t(DecisionRegion.LineEnd)); in renderMCDCView() [all …]
|