Home
last modified time | relevance | path

Searched defs:coverage (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcov.c170 struct coverage struct
172 int lines;
173 int lines_executed;
175 int branches;
176 int branches_executed;
177 int branches_taken;
179 int calls;
180 int calls_executed;
182 char *name;
H A Dconfigure.in363 AC_ARG_ENABLE(coverage, optenable
/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.h20 using namespace coverage; variable
H A DSourceCoverageViewHTML.h20 using namespace coverage; variable
H A DSourceCoverageView.h24 using namespace coverage; variable
/openbsd-src/gnu/gcc/gcc/
H A Dgcov.c242 coverage_t coverage; member
524 coverage_t coverage; in process_file() local
1311 add_branch_counts (coverage_t *coverage, const arc_t *arc) in add_branch_counts()
1378 function_summary (const coverage_t *coverage, const char *title) in function_summary()
1483 add_line_counts (coverage_t *coverage, function_t *fn) in add_line_counts()
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_activation.cpp30 bool coverage; member
/openbsd-src/regress/sys/dev/kcov/
H A Dkcov.c71 int coverage; /* test must produce coverage */ in main() member
[all...]