Home
last modified time | relevance | path

Searched refs:profile_exclude_files (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-profile.cc610 static vec<regex_t> profile_exclude_files; variable
648 parse_profile_filter (flag_profile_exclude_files, &profile_exclude_files, in parse_profile_file_filtering()
658 profile_exclude_files.release (); in release_profile_file_filtering()
668 for (unsigned i = 0; i < profile_exclude_files.length (); i++) in include_source_file_for_profile()
669 if (regexec (&profile_exclude_files[i], in include_source_file_for_profile()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-profile.c601 static vec<regex_t> profile_exclude_files; variable
639 parse_profile_filter (flag_profile_exclude_files, &profile_exclude_files, in parse_profile_file_filtering()
649 profile_exclude_files.release (); in release_profile_file_filtering()
659 for (unsigned i = 0; i < profile_exclude_files.length (); i++) in include_source_file_for_profile()
660 if (regexec (&profile_exclude_files[i], in include_source_file_for_profile()