Searched refs:ColNoStr (Results 1 – 1 of 1) sorted by relevance
1121 std::string ColNoStr = utostr(uint64_t(R.ColumnStart)); in renderBranchView() local1126 a("#" + TargetName, tag("span", LineNoStr + ":" + ColNoStr), in renderBranchView()1176 std::string ColNoStr = Twine(DecisionRegion.ColumnStart).str(); in renderMCDCView() local1179 a("#" + TargetName, tag("span", LineNoStr + ":" + ColNoStr)), in renderMCDCView()1183 ColNoStr = utostr(uint64_t(DecisionRegion.ColumnEnd)); in renderMCDCView()1185 a("#" + TargetName, tag("span", LineNoStr + ":" + ColNoStr)), in renderMCDCView()