Searched refs:coverage_data (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | coverage.c | 58 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 83 static struct coverage_data **functions_tail = &functions_head; 122 static tree build_fn_info (const struct coverage_data *, tree, tree); 126 (VEC(constructor_elt,gc) *, tree, struct coverage_data const *); 610 struct coverage_data *item = 0; in coverage_end_function() 751 build_fn_info (const struct coverage_data *data, tree type, tree key) in build_fn_info() 971 struct coverage_data *fn; in coverage_obj_init() 972 struct coverage_data **fn_prev; in coverage_obj_init() [all …]
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | coverage.c | 55 struct GTY((chain_next ("%h.next"))) coverage_data struct 57 struct coverage_data *next; /* next function */ argument 84 static GTY(()) struct coverage_data *functions_head = 0; argument 85 static struct coverage_data **functions_tail = &functions_head; 134 static tree build_fn_info (const struct coverage_data *, tree, tree); 138 (vec<constructor_elt, va_gc> *, tree, struct coverage_data const *); 702 struct coverage_data *item = 0; in coverage_end_function() 704 item = ggc_alloc<coverage_data> (); in coverage_end_function() 853 build_fn_info (const struct coverage_data *data, tree type, tree key) in build_fn_info() 1126 struct coverage_data *fn; in coverage_obj_init() [all …]
|