Searched refs:ColNoStr (Results 1 – 1 of 1) sorted by relevance
1130 std::string ColNoStr = utostr(uint64_t(R.ColumnStart)); in renderBranchView() local1135 a("#" + TargetName, tag("span", LineNoStr + ":" + ColNoStr), in renderBranchView()1163 std::string ColNoStr = Twine(DecisionRegion.ColumnStart).str(); in renderMCDCView() local1166 a("#" + TargetName, tag("span", LineNoStr + ":" + ColNoStr)), in renderMCDCView()1170 ColNoStr = utostr(uint64_t(DecisionRegion.ColumnEnd)); in renderMCDCView()1172 a("#" + TargetName, tag("span", LineNoStr + ":" + ColNoStr)), in renderMCDCView()