Lines Matching refs:Cnt
458 my $Cnt = $CompileOptionMap{$ArgKey};
460 while ($Cnt > 0) { ++$i; --$Cnt; push @CompileOpts, $ARGV[$i]; }
466 my $Cnt = $LinkerOptionMap{$ArgKey};
468 while ($Cnt > 0) { ++$i; --$Cnt; push @LinkOpts, $ARGV[$i]; }
475 my $Cnt = $CompilerLinkerOptionMap{$ArgKey};
481 $i += $Cnt;
490 while ($Cnt > 0) {
491 ++$i; --$Cnt;
500 my $Cnt = $IgnoredOptionMap{$ArgKey};
501 while ($Cnt > 0) {
502 ++$i; --$Cnt;