Home | History | Annotate | Download | only in libexec

Lines Matching refs:Cnt

534     my $Cnt = $CompileOptionMap{$ArgKey};
536 while ($Cnt > 0) { ++$i; --$Cnt; push @CompileOpts, $ARGV[$i]; }
547 my $Cnt = $LinkerOptionMap{$ArgKey};
549 while ($Cnt > 0) { ++$i; --$Cnt; push @LinkOpts, $ARGV[$i]; }
556 my $Cnt = $CompilerLinkerOptionMap{$ArgKey};
562 $i += $Cnt;
571 while ($Cnt > 0) {
572 ++$i; --$Cnt;
581 my $Cnt = $IgnoredOptionMap{$ArgKey};
582 while ($Cnt > 0) {
583 ++$i; --$Cnt;