Searched refs:ColNoStr (Results 1 – 1 of 1) sorted by relevance
938 std::string ColNoStr = utostr(uint64_t(R.ColumnStart)); in renderBranchView() local943 a("#" + TargetName, tag("span", LineNoStr + ":" + ColNoStr), in renderBranchView()993 std::string ColNoStr = Twine(DecisionRegion.ColumnStart).str(); in renderMCDCView() local996 a("#" + TargetName, tag("span", LineNoStr + ":" + ColNoStr)), in renderMCDCView()1000 ColNoStr = utostr(uint64_t(DecisionRegion.ColumnEnd)); in renderMCDCView()1002 a("#" + TargetName, tag("span", LineNoStr + ":" + ColNoStr)), in renderMCDCView()