Searched refs:LineNoStr (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageViewHTML.cpp | 886 std::string LineNoStr = utostr(uint64_t(LineNo)); in renderLineNumberColumn() local 887 std::string TargetName = "L" + LineNoStr; in renderLineNumberColumn() 888 OS << tag("td", a("#" + TargetName, tag("pre", LineNoStr), TargetName), in renderLineNumberColumn() 937 std::string LineNoStr = utostr(uint64_t(R.LineStart)); in renderBranchView() local 939 std::string TargetName = "L" + LineNoStr; in renderBranchView() 943 a("#" + TargetName, tag("span", LineNoStr + ":" + ColNoStr), in renderBranchView() 992 std::string LineNoStr = Twine(DecisionRegion.LineStart).str(); in renderMCDCView() local 994 std::string TargetName = "L" + LineNoStr; in renderMCDCView() 996 a("#" + TargetName, tag("span", LineNoStr + ":" + ColNoStr)), in renderMCDCView() 999 LineNoStr = utostr(uint64_t(DecisionRegion.LineEnd)); in renderMCDCView() [all …]
|