Lines Matching refs:Cnt
482 my $Cnt = $CompileOptionMap{$ArgKey};
484 while ($Cnt > 0) { ++$i; --$Cnt; push @CompileOpts, $ARGV[$i]; }
490 my $Cnt = $LinkerOptionMap{$ArgKey};
492 while ($Cnt > 0) { ++$i; --$Cnt; push @LinkOpts, $ARGV[$i]; }
499 my $Cnt = $CompilerLinkerOptionMap{$ArgKey};
505 $i += $Cnt;
514 while ($Cnt > 0) {
515 ++$i; --$Cnt;
524 my $Cnt = $IgnoredOptionMap{$ArgKey};
525 while ($Cnt > 0) {
526 ++$i; --$Cnt;