Home
last modified time | relevance | path

Searched defs:coverage_data (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dcoverage.c58 struct GTY((chain_next ("%h.next"))) coverage_data struct
60 struct coverage_data *next; /* next function */ argument
82 static GTY(()) struct coverage_data *functions_head = 0; argument
/dragonfly/contrib/gcc-8.0/gcc/
H A Dcoverage.c55 struct GTY((chain_next ("%h.next"))) coverage_data struct
57 struct coverage_data *next; /* next function */ argument
58 unsigned ident; /* function ident */
59 unsigned lineno_checksum; /* function lineno checksum */
60 unsigned cfg_checksum; /* function cfg checksum */
84 static GTY(()) struct coverage_data *functions_head = 0; argument