HomeSort by relevance Sort by last modified time
    Searched refs:CompileOpts (Results 1 - 3 of 3) sorted by null

  /external/clang/tools/scan-build/
ccc-analyzer 423 my @CompileOpts;
495 push @CompileOpts,$Arg;
496 while ($Cnt > 0) { ++$i; --$Cnt; push @CompileOpts, $ARGV[$i]; }
501 push @CompileOpts,$Arg;
528 push @CompileOpts,$Arg;
533 push @CompileOpts, $ARGV[$i];
556 push @CompileOpts,$Tmp;
561 push @CompileOpts,$Arg;
585 if ($Arg =~ /^-O/) { push @CompileOpts,$Arg; }
590 push @CompileOpts,$Arg
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
ccc-analyzer 419 my @CompileOpts;
488 push @CompileOpts,$Arg;
489 while ($Cnt > 0) { ++$i; --$Cnt; push @CompileOpts, $ARGV[$i]; }
493 push @CompileOpts,$Arg;
498 push @CompileOpts,$Arg;
525 push @CompileOpts,$Arg;
530 push @CompileOpts, $ARGV[$i];
553 push @CompileOpts,$Tmp;
577 if ($Arg =~ /^-O/) { push @CompileOpts,$Arg; }
582 push @CompileOpts,$Arg
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
ccc-analyzer 419 my @CompileOpts;
488 push @CompileOpts,$Arg;
489 while ($Cnt > 0) { ++$i; --$Cnt; push @CompileOpts, $ARGV[$i]; }
493 push @CompileOpts,$Arg;
498 push @CompileOpts,$Arg;
525 push @CompileOpts,$Arg;
530 push @CompileOpts, $ARGV[$i];
553 push @CompileOpts,$Tmp;
577 if ($Arg =~ /^-O/) { push @CompileOpts,$Arg; }
582 push @CompileOpts,$Arg
    [all...]

Completed in 32 milliseconds