Lines Matching refs:Output
41 # Invoke 'system', STDOUT and STDERR are output to a temporary file.
204 my ($Clang, $OriginalArgs, $AnalyzeArgs, $Lang, $Output, $Verbose, $HtmlDir,
213 exit 0 if (!defined ($Output));
217 $Output =~ s/[.]gch$//;
218 push @CmdArgs, $Output;
264 # We MUST print to stderr. Some clients use the stdout output of
274 # all clang output to ccc-analyzer's STDERR.
275 # We save the output file in the 'crashes' directory if clang encounters
413 'ii' => 'c++-cpp-output',
414 'i' => $IsCXX ? 'c++-cpp-output' : 'c-cpp-output',
416 'mi' => 'objective-c-cpp-output',
418 'mii' => 'objective-c++-cpp-output',
434 "c-cpp-output" => 1,
435 "objective-c-cpp-output" => 1,
436 "c++-cpp-output" => 1
448 my $Output;
473 # Get the output format.
485 # Get the HTML output directory.
604 # Output file.
607 $Output = $ARGV[$i];
728 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
730 # Change "Output" to be a file.
752 Analyze($Clang, \@NewArgs, \@AnalyzeArgs, $FileLang, $Output,
757 Analyze($Clang, \@CmdArgs, \@AnalyzeArgs, $FileLang, $Output,