Searched defs:gcov_iterator (Results 1 – 1 of 1) sorted by relevance
126 struct gcov_iterator { struct127 const struct gcov_info *info;129 int record;130 unsigned int function;131 unsigned int type;132 unsigned int count;134 int num_types;135 struct type_info type_info[GCOV_COUNTERS];
Completed in 4 milliseconds