Lines Matching refs:inc
219 foreach my $inc (get_included_files($path_name)) {
220 $inc = basename($inc);
222 if ($inc =~ /pub_core_/) {
223 error("File $path_name must not include $inc\n");
226 if (($inc eq "valgrind.h") && ($path_name ne "include/pub_tool_clreq.h")) {
227 error("File $path_name should include pub_tool_clreq.h instead of $inc\n");
249 foreach my $inc (get_included_files($path_name)) {
250 print "\tINCLUDE $inc\n" if ($debug);
252 if ($inc =~ /pub_tool_/) {
253 my $buddy = $inc;
256 error("File $path_name must not include $inc\n");
260 if ($inc eq "valgrind.h") {
261 error("File $path_name should include pub_core_clreq.h instead of $inc\n");
290 foreach my $inc (get_included_files($path_name)) {
291 print "\tINCLUDE $inc\n" if ($debug);
293 if ($inc =~ /pub_core_/) {
294 error("File $path_name must not include $inc\n");
297 if ($inc eq "valgrind.h" && ! $tool_export_header{$path_name}) {
298 error("File $path_name should include pub_tool_clreq.h instead of $inc\n");