Lines Matching refs:src_file
982 my $src_file = $_[0];
988 @ Source file '$src_file' is more recent than input file '$input_file'.
1001 my ($src_more_recent_than_inputfile, $src_file, $excess_line_nums) = @_;
1006 @@ cause: '$src_file' has changed since information was gathered.
1012 } elsif ($src_file =~ /\.h$/) {
1029 @@ Information recorded about lines past the end of '$src_file'.
1059 foreach my $src_file (keys %all_ann_files) {
1064 my $try_name = $include_dir . $src_file;
1068 ? $src_file
1069 : "$include_dir + $src_file");
1077 if (defined $user_ann_files{$src_file}) {
1078 die("File $src_file not opened in any of: @include_dirs\n");
1081 push(@unfound_auto_annotate_files, $src_file);
1088 (defined $user_ann_files{$src_file} ? "User" : "Auto");
1093 my $src_file_CCs = $all_ind_CCs{$src_file};
1095 print(" No information has been collected for $src_file\n\n");
1108 warning_on_src_more_recent_than_inputfile($src_file);
1160 my $tmp = $called_from_line->{$src_file,$.};
1161 my $func = $func_of_line{$src_file,$.};
1188 $src_file, \@line_nums);
1196 print(" <counts for unidentified lines in $src_file>\n\n");