Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcoverage.c56 struct GTY((chain_next ("%h.next"))) coverage_data struct
58 struct coverage_data *next; /* next function */ argument
59 unsigned ident; /* function ident */
60 unsigned lineno_checksum; /* function lineno checksum */
61 unsigned cfg_checksum; /* function cfg checksum */
85 static GTY(()) struct coverage_data *functions_head = 0; argument
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcoverage.cc58 struct GTY((chain_next ("%h.next"))) coverage_data struct
60 struct coverage_data *next; /* next function */ argument
61 unsigned ident; /* function ident */
62 unsigned lineno_checksum; /* function lineno checksum */
63 unsigned cfg_checksum; /* function cfg checksum */
87 static GTY(()) struct coverage_data *functions_head = 0; argument