Lines Matching refs:Output
41 # Invoke 'system', STDOUT and STDERR are output to a temporary file.
207 my ($Clang, $OriginalArgs, $AnalyzeArgs, $Lang, $Output, $Verbose, $HtmlDir,
216 exit 0 if (!defined ($Output));
220 $Output =~ s/[.]gch$//;
221 push @CmdArgs, $Output;
271 # We MUST print to stderr. Some clients use the stdout output of
281 # all clang output to ccc-analyzer's STDERR.
282 # We save the output file in the 'crashes' directory if clang encounters
420 'ii' => 'c++-cpp-output',
421 'i' => $IsCXX ? 'c++-cpp-output' : 'c-cpp-output',
423 'mi' => 'objective-c-cpp-output',
425 'mii' => 'objective-c++-cpp-output',
441 "c-cpp-output" => 1,
442 "objective-c-cpp-output" => 1,
443 "c++-cpp-output" => 1
455 my $Output;
480 # Get the output format.
492 # Get the HTML output directory.
611 # Output file.
614 $Output = $ARGV[$i];
744 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
746 # Change "Output" to be a file.
768 Analyze($Clang, \@NewArgs, \@AnalyzeArgs, $FileLang, $Output,
773 Analyze($Clang, \@CmdArgs, \@AnalyzeArgs, $FileLang, $Output,