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

Lines Matching refs:Cnt

524     my $Cnt = $CompileOptionMap{$ArgKey};
526 while ($Cnt > 0) { ++$i; --$Cnt; push @CompileOpts, $ARGV[$i]; }
537 my $Cnt = $LinkerOptionMap{$ArgKey};
539 while ($Cnt > 0) { ++$i; --$Cnt; push @LinkOpts, $ARGV[$i]; }
546 my $Cnt = $CompilerLinkerOptionMap{$ArgKey};
552 $i += $Cnt;
561 while ($Cnt > 0) {
562 ++$i; --$Cnt;
571 my $Cnt = $IgnoredOptionMap{$ArgKey};
572 while ($Cnt > 0) {
573 ++$i; --$Cnt;