Lines Matching refs:Cnt
494 my $Cnt = $CompileOptionMap{$ArgKey};
496 while ($Cnt > 0) { ++$i; --$Cnt; push @CompileOpts, $ARGV[$i]; }
507 my $Cnt = $LinkerOptionMap{$ArgKey};
509 while ($Cnt > 0) { ++$i; --$Cnt; push @LinkOpts, $ARGV[$i]; }
516 my $Cnt = $CompilerLinkerOptionMap{$ArgKey};
522 $i += $Cnt;
531 while ($Cnt > 0) {
532 ++$i; --$Cnt;
541 my $Cnt = $IgnoredOptionMap{$ArgKey};
542 while ($Cnt > 0) {
543 ++$i; --$Cnt;