Lines Matching refs:push

181     push @CmdArgs, $file;
184 push @CmdArgs, $Output;
196 push @Args, '-o', $ResultFile;
199 push @Args, '-o', $HtmlDir;
202 push @Args, "-Xclang", "-analyzer-display-progress";
206 push @Args, "-Xclang", $arg;
211 push @Args, "-Xclang", "-analyzer-viz-egraph-ubigraph";
224 push @PrintArgs,"'$Cmd'";
226 push @PrintArgs,"\'$arg\'";
495 push @CompileOpts,$Arg;
496 while ($Cnt > 0) { ++$i; --$Cnt; push @CompileOpts, $ARGV[$i]; }
501 push @CompileOpts,$Arg;
508 push @LinkOpts,$Arg;
509 while ($Cnt > 0) { ++$i; --$Cnt; push @LinkOpts, $ARGV[$i]; }
528 push @CompileOpts,$Arg;
529 push @LinkOpts,$Arg;
533 push @CompileOpts, $ARGV[$i];
534 push @LinkOpts, $ARGV[$i];
556 push @CompileOpts,$Tmp;
561 push @CompileOpts,$Arg;
580 if ($Arg eq '-O') { push @LinkOpts,'-O1'; }
581 elsif ($Arg eq '-Os') { push @LinkOpts,'-O2'; }
582 else { push @LinkOpts,$Arg; }
585 if ($Arg =~ /^-O/) { push @CompileOpts,$Arg; }
590 push @CompileOpts,$Arg;
602 push @CompileOpts,$Tmp;
603 push @LinkOpts,$Tmp;
611 while (<IN>) { s/\015?\012//; push @Files,$_; }
618 push @CompileOpts,$Arg;
619 push @LinkOpts,$Arg;
626 push @CompileOpts, $Arg;
631 push @Files, $Arg;
662 push @CmdArgs, '-x', $FileLang;
666 push @AnalyzeArgs, "-analyzer-store=$StoreModel";
670 push @AnalyzeArgs, "-analyzer-constraints=$ConstraintsModel";
674 push @AnalyzeArgs, "-analyzer-stats";
678 push @AnalyzeArgs, split '\s+', $Analyses;
682 push @AnalyzeArgs, split '\s+', $Plugins;
686 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
699 push @AnalyzeArgs, split '\s+', $ConfigOptions;
702 push @CmdArgs, @CompileOpts;
703 push @CmdArgs, $file;
708 push @NewArgs, '-arch', $arch;
709 push @NewArgs, @CmdArgs;