Home
last modified time | relevance | path

Searched refs:GCOV_COUNTER_NAMES (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDgcov-io.h339 #define GCOV_COUNTER_NAMES {"arcs", "interval", "pow2", "single", "delta"} macro
HDgcov-dump.c386 static const char *const counter_names[] = GCOV_COUNTER_NAMES; in tag_counters()
HDcoverage.c108 static const char *const ctr_names[GCOV_COUNTERS] = GCOV_COUNTER_NAMES;
HDChangeLog-200317369 * gcov-io.h (GCOV_COUNTERS, GCOV_COUNTER_NAMES, GCOV_MERGE_FUNCTIONS):