Home | History | Annotate | Download | only in scan-build

Lines Matching refs:MaxLoop

1003  -maxloop N - specifiy the number of times a block can be visited before giving
1161 my $MaxLoop = 0;
1311 if ($arg eq "-maxloop") {
1313 $MaxLoop = shift @ARGV;
1388 if ($MaxLoop > 0) {
1389 push @AnalysesToRun, '-analyzer-max-loop ' . $MaxLoop;