Searched refs:info1 (Results 1 – 3 of 3) sorted by relevance
71 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2);
189 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2) in gcov_info_is_compatible() argument191 return (info1->stamp == info2->stamp); in gcov_info_is_compatible()
210 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2) in gcov_info_is_compatible() argument212 return (info1->stamp == info2->stamp); in gcov_info_is_compatible()