Searched defs:coverage_data (Results 1 – 2 of 2) sorted by relevance
56 struct GTY((chain_next ("%h.next"))) coverage_data struct58 struct coverage_data *next; /* next function */ argument59 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
58 struct GTY((chain_next ("%h.next"))) coverage_data struct60 struct coverage_data *next; /* next function */ argument61 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