Lines Matching refs:Cnt
533 my $Cnt = $CompileOptionMap{$ArgKey};
535 while ($Cnt > 0) { ++$i; --$Cnt; push @CompileOpts, $ARGV[$i]; }
546 my $Cnt = $LinkerOptionMap{$ArgKey};
548 while ($Cnt > 0) { ++$i; --$Cnt; push @LinkOpts, $ARGV[$i]; }
555 my $Cnt = $CompilerLinkerOptionMap{$ArgKey};
561 $i += $Cnt;
571 while ($Cnt > 0) {
572 ++$i; --$Cnt;
582 my $Cnt = $IgnoredOptionMap{$ArgKey};
583 while ($Cnt > 0) {
584 ++$i; --$Cnt;