reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/sancov/sancov.cpp
  424             if (Points.find(PointId) == Points.end())
  425               Points.insert(std::make_pair(PointId, CoveragePoint(PointId)));
  425               Points.insert(std::make_pair(PointId, CoveragePoint(PointId)));
  434             CoveragePoint *CoveragePoint = &Points.find(PointId)->second;