Lines Matching refs:Cnt
481 my $Cnt = $CompileOptionMap{$ArgKey};
483 while ($Cnt > 0) { ++$i; --$Cnt; push @CompileOpts, $ARGV[$i]; }
498 my $Cnt = $LinkerOptionMap{$ArgKey};
500 while ($Cnt > 0) { ++$i; --$Cnt; push @LinkOpts, $ARGV[$i]; }
507 my $Cnt = $CompilerLinkerOptionMap{$ArgKey};
513 $i += $Cnt;
522 while ($Cnt > 0) {
523 ++$i; --$Cnt;
532 my $Cnt = $IgnoredOptionMap{$ArgKey};
533 while ($Cnt > 0) {
534 ++$i; --$Cnt;