Home | History | Annotate | Download | only in scan-build

Lines Matching refs:Cnt

489     my $Cnt = $CompileOptionMap{$ArgKey};
491 while ($Cnt > 0) { ++$i; --$Cnt; push @CompileOpts, $ARGV[$i]; }
506 my $Cnt = $LinkerOptionMap{$ArgKey};
508 while ($Cnt > 0) { ++$i; --$Cnt; push @LinkOpts, $ARGV[$i]; }
515 my $Cnt = $CompilerLinkerOptionMap{$ArgKey};
521 $i += $Cnt;
530 while ($Cnt > 0) {
531 ++$i; --$Cnt;
540 my $Cnt = $IgnoredOptionMap{$ArgKey};
541 while ($Cnt > 0) {
542 ++$i; --$Cnt;