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

Lines Matching refs:Cnt

527     my $Cnt = $CompileOptionMap{$ArgKey};
529 while ($Cnt > 0) { ++$i; --$Cnt; push @CompileOpts, $ARGV[$i]; }
540 my $Cnt = $LinkerOptionMap{$ArgKey};
542 while ($Cnt > 0) { ++$i; --$Cnt; push @LinkOpts, $ARGV[$i]; }
549 my $Cnt = $CompilerLinkerOptionMap{$ArgKey};
555 $i += $Cnt;
564 while ($Cnt > 0) {
565 ++$i; --$Cnt;
574 my $Cnt = $IgnoredOptionMap{$ArgKey};
575 while ($Cnt > 0) {
576 ++$i; --$Cnt;