Searched refs:LineNoStr (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | SourceCoverageViewHTML.cpp | 1069 std::string LineNoStr = utostr(uint64_t(LineNo)); in renderLineNumberColumn() local 1070 std::string TargetName = "L" + LineNoStr; in renderLineNumberColumn() 1071 OS << tag("td", a("#" + TargetName, tag("pre", LineNoStr), TargetName), in renderLineNumberColumn() 1120 std::string LineNoStr = utostr(uint64_t(R.LineStart)); in renderBranchView() local 1122 std::string TargetName = "L" + LineNoStr; in renderBranchView() 1126 a("#" + TargetName, tag("span", LineNoStr + ":" + ColNoStr), in renderBranchView() 1175 std::string LineNoStr = Twine(DecisionRegion.LineStart).str(); in renderMCDCView() local 1177 std::string TargetName = "L" + LineNoStr; in renderMCDCView() 1179 a("#" + TargetName, tag("span", LineNoStr + ":" + ColNoStr)), in renderMCDCView() 1182 LineNoStr = utostr(uint64_t(DecisionRegion.LineEnd)); in renderMCDCView() [all …]
|