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

References

lib/ProfileData/Coverage/CoverageMapping.cpp
  604   for (const auto &Function : getCoveredFunctions())
tools/llvm-cov/CodeCoverage.cpp
  457   for (const auto &Function : Coverage.getCoveredFunctions()) {
  509   for (const auto &Function : Coverage.getCoveredFunctions())
  904       for (const auto &Function : Coverage->getCoveredFunctions(SourceFile))
tools/llvm-cov/CoverageExporterJson.cpp
  182   for (const auto &F : Functions)
tools/llvm-cov/CoverageExporterLcov.cpp
   54   for (const auto &F : Functions) {
   58   for (const auto &F : Functions)
tools/llvm-cov/CoverageReport.cpp
  292     for (const auto &F : Functions)
  308     for (const auto &F : Functions) {
unittests/ProfileData/CoverageMappingTest.cpp
  352   for (const auto &FunctionRecord : FunctionRecords) {
  802   for (const auto &Func : LoadedCoverage->getCoveredFunctions())
  816   for (const auto &Func : LoadedCoverage->getCoveredFunctions())
usr/include/c++/7.4.0/bits/stl_iterator_base_funcs.h
   89 	  ++__first;