Home
last modified time | relevance | path

Searched refs:coverage_data (Results 1 – 3 of 3) 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
85 static GTY(()) struct coverage_data *functions_head = 0; argument
86 static struct coverage_data **functions_tail = &functions_head;
135 static tree build_fn_info (const struct coverage_data *, tree, tree);
139 (vec<constructor_elt, va_gc> *, tree, struct coverage_data const *);
687 struct coverage_data *item = 0; in coverage_end_function()
689 item = ggc_alloc<coverage_data> (); in coverage_end_function()
838 build_fn_info (const struct coverage_data *data, tree type, tree key) in build_fn_info()
1110 struct coverage_data *fn; in coverage_obj_init()
[all …]
/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
87 static GTY(()) struct coverage_data *functions_head = 0; argument
88 static struct coverage_data **functions_tail = &functions_head;
695 struct coverage_data *item = 0; in coverage_end_function()
697 item = ggc_alloc<coverage_data> (); in coverage_end_function()
846 build_fn_info (const struct coverage_data *data, tree type, tree key) in build_fn_info()
1150 struct coverage_data *fn; in coverage_obj_init()
1151 struct coverage_data **fn_prev; in coverage_obj_init()
1210 struct coverage_data const *data) in coverage_obj_fn()
[all …]
H A DChangeLog-20111778 (struct coverage_data): ... this. Update all uses.