Searched refs:IntLen (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp107 int IntLen = Len % 3 == 0 ? 3 : Len % 3; local
108 std::string Result(Number.data(), IntLen);
109 if (IntLen != 3) {
111 Result += Number.substr(IntLen, 3 - IntLen);

Completed in 28 milliseconds