HomeSort by: relevance | last modified time | path
    Searched defs:d2_profile (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gcov-tool.cc 145 struct gcov_info *d2_profile; local
149 d2_profile = gcov_read_profile_dir (d2, 0);
152 merged_profile = gcov_profile_merge (d1_profile, d2_profile, w1, w2);
460 struct gcov_info *d2_profile; local
468 d2_profile = gcov_read_profile_dir (d2, 0);
469 if (!d2_profile)
472 return gcov_profile_overlap (d1_profile, d2_profile);
gcov-tool.cc 145 struct gcov_info *d2_profile; local
149 d2_profile = gcov_read_profile_dir (d2, 0);
152 merged_profile = gcov_profile_merge (d1_profile, d2_profile, w1, w2);
460 struct gcov_info *d2_profile; local
468 d2_profile = gcov_read_profile_dir (d2, 0);
469 if (!d2_profile)
472 return gcov_profile_overlap (d1_profile, d2_profile);
  /src/external/gpl3/gcc.old/dist/gcc/
gcov-tool.cc 143 struct gcov_info *d2_profile; local
152 d2_profile = gcov_read_profile_dir (d2, 0);
153 if (!d2_profile)
157 ret = gcov_profile_merge (d1_profile, d2_profile, w1, w2);
394 struct gcov_info *d2_profile; local
402 d2_profile = gcov_read_profile_dir (d2, 0);
403 if (!d2_profile)
406 return gcov_profile_overlap (d1_profile, d2_profile);
gcov-tool.cc 143 struct gcov_info *d2_profile; local
152 d2_profile = gcov_read_profile_dir (d2, 0);
153 if (!d2_profile)
157 ret = gcov_profile_merge (d1_profile, d2_profile, w1, w2);
394 struct gcov_info *d2_profile; local
402 d2_profile = gcov_read_profile_dir (d2, 0);
403 if (!d2_profile)
406 return gcov_profile_overlap (d1_profile, d2_profile);

Completed in 32 milliseconds