Home | History | Annotate | Download | only in libexec

Lines Matching full:htmldir

29   my $HtmlDir = shift;
36 DIR => $HtmlDir,
149 my ($Clang, $Lang, $file, $Args, $HtmlDir, $ErrorType, $ofile) = @_;
150 my $Dir = "$HtmlDir/failures";
188 my $HtmlDir = shift;
192 my $OutputStream = silent_system($HtmlDir, $Clang, "-###", $mode, @$Args);
207 my ($Clang, $OriginalArgs, $AnalyzeArgs, $Lang, $Output, $Verbose, $HtmlDir,
228 my $SyntaxArgs = GetCCArgs($HtmlDir, "-fsyntax-only", \@Args);
235 elsif (defined $HtmlDir) {
236 push @Args, '-o', $HtmlDir;
255 my $AnalysisArgs = GetCCArgs($HtmlDir, "--analyze", \@Args);
284 my ($ofh, $ofile) = tempfile("clang_output_XXXXXX", DIR => $HtmlDir);
286 my $OutputStream = silent_system($HtmlDir, $Cmd, @CmdArgs);
296 if ($Result & 127 and $Cmd eq $Clang and defined $HtmlDir) {
298 $HtmlDir, "Crash", $ofile);
303 $HtmlDir, $ParserRejects, $ofile);
306 $HtmlDir, $OtherError, $ofile);
327 my $dir = "$HtmlDir/failures";
339 $HtmlDir, $AttributeIgnored, $ofile);
494 my $HtmlDir = $ENV{'CCC_ANALYZER_HTML'};
757 DIR => $HtmlDir);
759 # If the HtmlDir is not set, we should clean up the plist files.
760 if (!defined $HtmlDir || -z $HtmlDir) {
778 $Verbose, $HtmlDir, $file);
783 $Verbose, $HtmlDir, $file);