reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
100 {{"count", int64_t(Summary.FunctionCoverage.getNumFunctions())}, 106 int64_t(Summary.InstantiationCoverage.getNumFunctions())},tools/llvm-cov/CoverageExporterLcov.cpp
47 OS << "FNF:" << Summary.FunctionCoverage.getNumFunctions() << '\n'
tools/llvm-cov/CoverageReport.cpp203 (unsigned)File.FunctionCoverage.getNumFunctions()); 205 (unsigned)(File.FunctionCoverage.getNumFunctions() - 207 if (File.FunctionCoverage.getNumFunctions()) 217 (unsigned)File.InstantiationCoverage.getNumFunctions()); 219 (unsigned)(File.InstantiationCoverage.getNumFunctions() - 221 if (File.InstantiationCoverage.getNumFunctions()) 429 if (FCS.FunctionCoverage.getNumFunctions()) 440 if (!FCS.FunctionCoverage.getNumFunctions())tools/llvm-cov/SourceCoverageViewHTML.cpp
369 FCS.FunctionCoverage.getNumFunctions(), 373 FCS.InstantiationCoverage.getNumFunctions(), 433 if (FileReports[I].FunctionCoverage.getNumFunctions()) 450 if (!FileReports[I].FunctionCoverage.getNumFunctions()) {