Home
last modified time | relevance | path

Searched refs:NewPoint (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/tools/sancov/
H A Dsancov.cpp1066 CoveragePoint NewPoint(CovPoint); in merge() local
1067 NewPoint.Id = Prefix + CovPoint.Id; in merge()
1068 Result->Points.push_back(NewPoint); in merge()