Searched refs:coverage (Results 1 - 25 of 56) sorted by relevance

123

/freebsd-11-stable/contrib/openpam/misc/
H A DMakefile.am1 noinst_SCRIPTS = coverage.sh coverity.sh
H A DMakefile.in102 CONFIG_CLEAN_FILES = coverage.sh coverity.sh
125 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/coverage.sh.in \
254 noinst_SCRIPTS = coverage.sh coverity.sh
287 coverage.sh: $(top_builddir)/config.status $(srcdir)/coverage.sh.in
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageFilters.cpp1 //===- CoverageFilters.cpp - Function coverage mapping filters ------------===//
9 // These classes provide filtering for function coverage mapping records.
20 const coverage::CoverageMapping &,
21 const coverage::FunctionRecord &Function) const {
27 const coverage::CoverageMapping &,
28 const coverage::FunctionRecord &Function) const {
37 const coverage::CoverageMapping &,
38 const coverage::FunctionRecord &Function) const {
43 const coverage::CoverageMapping &CM,
44 const coverage
[all...]
H A DCoverageFilters.h1 //===- CoverageFilters.h - Function coverage mapping filters --------------===//
9 // These classes provide filtering for function coverage mapping records.
30 virtual bool matches(const coverage::CoverageMapping &CM,
31 const coverage::FunctionRecord &Function) const {
48 bool matches(const coverage::CoverageMapping &CM,
49 const coverage::FunctionRecord &Function) const override;
59 bool matches(const coverage::CoverageMapping &CM,
60 const coverage::FunctionRecord &Function) const override;
74 bool matches(const coverage::CoverageMapping &CM,
75 const coverage
[all...]
H A DCoverageExporter.h1 //===- CoverageExporter.h - Code coverage exporter ------------------------===//
9 // This class defines a code coverage exporter interface.
23 /// Exports the code coverage information.
27 const coverage::CoverageMapping &Coverage;
35 CoverageExporter(const coverage::CoverageMapping &CoverageMapping,
H A DCoverageExporterJson.h1 //===- CoverageExporterJson.h - Code coverage JSON exporter ---------------===//
9 // This class implements a code coverage exporter for JSON format.
22 CoverageExporterJson(const coverage::CoverageMapping &CoverageMapping,
H A DCoverageExporterLcov.h1 //===- CoverageExporterLcov.h - Code coverage lcov exporter ---------------===//
9 // This class implements a code coverage exporter for lcov trace file format.
22 CoverageExporterLcov(const coverage::CoverageMapping &CoverageMapping,
H A DCoverageReport.h1 //===- CoverageReport.h - Code coverage report ----------------------------===//
9 // This class implements rendering of a code coverage report.
22 /// Displays the code coverage report.
25 const coverage::CoverageMapping &Coverage;
33 const coverage::CoverageMapping &Coverage)
41 prepareFileReports(const coverage::CoverageMapping &Coverage,
48 const coverage::CoverageMapping *Coverage,
54 /// Render file reports for every unique file in the coverage mapping.
H A DCoverageExporterLcov.cpp1 //===- CoverageExporterLcov.cpp - Code coverage export --------------------===//
9 // This file implements export of code coverage data to lcov trace file format.
15 // The trace file code coverage export follows the following format (see also
53 const iterator_range<coverage::FunctionRecordIterator> &Functions) {
63 const coverage::CoverageData &FileCoverage) {
64 coverage::LineCoverageIterator LCI{FileCoverage, 1};
65 coverage::LineCoverageIterator LCIEnd = LCI.getEnd();
67 const coverage::LineCoverageStats &LCS = *LCI;
79 void renderFile(raw_ostream &OS, const coverage::CoverageMapping &Coverage,
90 // Calculate and render detailed coverage informatio
[all...]
H A DCoverageExporterJson.cpp1 //===- CoverageExporterJson.cpp - Code coverage export --------------------===//
9 // This file implements export of code coverage data to JSON.
15 // The json code coverage export follows the following format
19 // -- Files: array => List of objects describing coverage for files
28 // -- Summary: dict => Object summarizing the coverage for this file
29 // -- LineCoverage: dict => Object summarizing line coverage
30 // -- FunctionCoverage: dict => Object summarizing function coverage
31 // -- RegionCoverage: dict => Object summarizing region coverage
32 // -- Functions: array => List of objects describing coverage for functions
35 // -- Summary: dict => Object summarizing the coverage fo
[all...]
H A DCoverageSummaryInfo.cpp9 // These structures are used to represent code coverage metrics
17 using namespace coverage;
21 const coverage::FunctionRecord &Function) {
22 // Compute the region coverage.
32 // Compute the line coverage
H A DSourceCoverageViewHTML.h1 //===- SourceCoverageViewHTML.h - A html code coverage view ---------------===//
9 /// \file This file defines the interface to the html coverage renderer.
20 using namespace coverage;
24 /// A coverage printer for html output.
33 const coverage::CoverageMapping &Coverage,
47 /// A code coverage view which supports html-based rendering.
90 coverage::CoverageData &&CoverageInfo)
H A DCoverageSummaryInfo.h9 // These structures are used to represent code coverage metrics
22 /// Provides information about region coverage for a function/file.
63 /// Provides information about line coverage for a function/file.
104 /// Provides information about function coverage for a file.
144 /// A summary of function's code coverage.
160 /// Compute the code coverage summary for the given function coverage
162 static FunctionCoverageSummary get(const coverage::CoverageMapping &CM,
163 const coverage::FunctionRecord &Function);
165 /// Compute the code coverage summar
[all...]
H A DSourceCoverageViewText.h1 //===- SourceCoverageViewText.h - A text-based code coverage view ---------===//
9 /// \file This file defines the interface to the text-based coverage renderer.
20 using namespace coverage;
22 /// A coverage printer for text output.
38 /// A code coverage view which supports text-based rendering.
/freebsd-11-stable/contrib/libucl/
H A DMakefile.am11 COVERAGE_INFO_FILE = $(top_builddir)/coverage.info
12 COVERAGE_REPORT_DIR = $(top_builddir)/coverage
14 .PHONY = coverage-requirement-check clean-coverage-report
16 coverage-requirement-check:
22 coverage: coverage-requirement-check clean-coverage coverage-build coverage
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_activation.cpp30 bool coverage; member in struct:__asan::AsanDeactivatedFlags
56 cf.coverage = coverage;
75 coverage = cf.coverage;
83 "alloc_dealloc_mismatch %d, allocator_may_return_null %d, coverage %d, "
89 allocator_options.may_return_null, coverage, coverage_dir,
104 asan_deactivated_flags.coverage = common_flags()->coverage;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMappingWriter.h1 //===- CoverageMappingWriter.h - Code coverage mapping writer ---*- C++ -*-===//
9 // This file contains support for writing coverage mapping data for
10 // instrumentation based coverage.
25 namespace coverage { namespace in namespace:llvm
28 /// based code coverage.
39 /// Writer for instrumentation based coverage mapping data.
52 /// Write encoded coverage mapping data to the given output stream.
56 } // end namespace coverage
H A DCoverageMapping.h1 //===- CoverageMapping.h - Code coverage mapping support --------*- C++ -*-===//
9 // Code coverage mapping data is generated by clang and read by
10 // llvm-cov to show code coverage statistics for a file.
46 namespace coverage { namespace in namespace:llvm
300 /// Code coverage information for a single function.
367 /// expansions whose coverage can be looked up independently.
475 /// This represents the coverage of an entire file, expansion, or function. It
493 /// Get an iterator over the coverage segments for this object. The segments
509 /// The mapping of profile information to coverage data.
511 /// This is the main interface to get coverage informatio
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_init.cpp42 InitializeCoverage(common_flags()->coverage, common_flags()->coverage_dir);
/freebsd-11-stable/contrib/gcc/
H A Dgcov.c57 /* The bbg file is generated by -ftest-coverage option. The da file is
180 /* Raw arc coverage counts. */
195 /* Describes coverage of a file or function. */
242 coverage_t coverage; member in struct:source_info
394 fnotice (file, "Print code coverage information.\n\n");
525 coverage_t coverage;
527 memset (&coverage, 0, sizeof (coverage));
528 coverage.name = fn->name;
529 add_line_counts (flag_function_summary ? &coverage
524 coverage_t coverage; local
1311 add_branch_counts(coverage_t *coverage, const arc_t *arc) argument
1378 function_summary(const coverage_t *coverage, const char *title) argument
1483 add_line_counts(coverage_t *coverage, function_t *fn) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.inc149 bool, coverage, false,
150 "If set, coverage information will be dumped at program shutdown (if the "
151 "coverage instrumentation was enabled at compile time).")
153 "Target directory for coverage dumps. Defaults to the current "
238 COMMON_FLAG(bool, html_cov_report, false, "Generate html coverage report.")
H A Dsanitizer_coverage_fuchsia.cpp16 // would be to report 100% coverage. Implicit tracing information about
50 // Collects trace-pc guard coverage.
71 if (end > start && *start == 0 && common_flags()->coverage) {
126 DCHECK(common_flags()->coverage);
188 CHECK_EQ(enabled, common_flags()->coverage);
H A Dsanitizer_flags.cpp124 // need to record coverage to generate coverage report.
125 cf->coverage |= cf->html_cov_report;
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/pid/
H A DMakefile22 tst.coverage.d \
56 tst.coverage.exe \
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan.cpp125 InitializeCoverage(common_flags()->coverage, common_flags()->coverage_dir);

Completed in 354 milliseconds

123