Lines Matching refs:Cnt
537 my $Cnt = $CompileOptionMap{$ArgKey};
539 while ($Cnt > 0) { ++$i; --$Cnt; push @CompileOpts, $ARGV[$i]; }
550 my $Cnt = $LinkerOptionMap{$ArgKey};
552 while ($Cnt > 0) { ++$i; --$Cnt; push @LinkOpts, $ARGV[$i]; }
559 my $Cnt = $CompilerLinkerOptionMap{$ArgKey};
565 $i += $Cnt;
574 while ($Cnt > 0) {
575 ++$i; --$Cnt;
584 my $Cnt = $IgnoredOptionMap{$ArgKey};
585 while ($Cnt > 0) {
586 ++$i; --$Cnt;