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

Lines Matching refs:Cnt

487     my $Cnt = $CompileOptionMap{$ArgKey};
489 while ($Cnt > 0) { ++$i; --$Cnt; push @CompileOpts, $ARGV[$i]; }
504 my $Cnt = $LinkerOptionMap{$ArgKey};
506 while ($Cnt > 0) { ++$i; --$Cnt; push @LinkOpts, $ARGV[$i]; }
513 my $Cnt = $CompilerLinkerOptionMap{$ArgKey};
519 $i += $Cnt;
528 while ($Cnt > 0) {
529 ++$i; --$Cnt;
538 my $Cnt = $IgnoredOptionMap{$ArgKey};
539 while ($Cnt > 0) {
540 ++$i; --$Cnt;