Home
last modified time | relevance | path

Searched refs:gcov_profile_overlap (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dgcov-tool.c44 extern int gcov_profile_overlap (struct gcov_info*, struct gcov_info*);
406 return gcov_profile_overlap (d1_profile, d2_profile); in profile_overlap()
H A Dgcov-tool.cc44 extern int gcov_profile_overlap (struct gcov_info*, struct gcov_info*);
406 return gcov_profile_overlap (d1_profile, d2_profile); in profile_overlap()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dgcov-tool.c44 extern int gcov_profile_overlap (struct gcov_info*, struct gcov_info*);
406 return gcov_profile_overlap (d1_profile, d2_profile); in profile_overlap()
/netbsd/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcov-util.c1311 gcov_profile_overlap (struct gcov_info *profile1, struct gcov_info *profile2) in gcov_profile_overlap() function
/netbsd/external/gpl3/gcc/dist/libgcc/
H A Dlibgcov-util.c1368 gcov_profile_overlap (struct gcov_info *profile1, struct gcov_info *profile2) in gcov_profile_overlap() function
H A DChangeLog5850 (gcov_profile_overlap): Ditto.