Home | History | Annotate | Download | only in callgrind

Lines Matching refs:include_dir

308             foreach my $include_dir (@include_dirs) {
309 if (-r $include_dir . $arg) {
744 my $include_dir = shift(@include_dirs2);
745 print("Include dirs: $include_dir\n");
746 foreach my $include_dir (@include_dirs2) {
747 print(" $include_dir\n");
1066 foreach my $include_dir (@include_dirs) {
1067 my $try_name = $include_dir . $src_file;
1070 $full_file_name = ($include_dir eq ""
1072 : "$include_dir + $src_file");