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

References

tools/sancov/sancov.cpp
  428             LineInfo.FileName = Filename;
  429             LineInfo.FunctionName = FunctionName;
  431             LineInfo.Line = std::strtoul(LineStr.c_str(), &End, 10);
  432             LineInfo.Column = std::strtoul(ColStr.c_str(), &End, 10);
  435             CoveragePoint->Locs.push_back(LineInfo);