Searched refs:possible (Results 1 – 6 of 6) sorted by relevance
121 for my $possible ( @file_paths ) {122 if (not $import_stack{$possible} and open($fh, '<', $possible)) {123 $import_path = $possible;
2271 sub possible { subroutine2272 my ($possible, $line) = @_;2292 warn "CHECK<$possible> ($line)\n" if ($dbg_possible > 2);2293 if ($possible !~ $notPermitted) {2295 $possible =~ s/\s*$Storage\s*//g;2296 $possible =~ s/\s*$Sparse\s*//g;2297 if ($possible =~ /^\s*$/) {2299 } elsif ($possible =~ /\s/) {2300 $possible =~ s/\s*$Type\s*//g;2301 for my $modifier (split(' ', $possible)) {[all …]
993 posible||possible
65 cocci.print_secs("possible model",p2)72 msg = "alloc with no test, possible model on line %s" % (p2[0].line)
59 cocci.print_main("WARNING: possible condition with no effect (if == else)",p)65 coccilib.report.print_report(p[0],"WARNING: possible condition with no effect (if == else)")
4 //# execution paths are not possible, resulting in false positives.