Home | History | Annotate | Download | only in scan-build

Lines Matching refs:HtmlDir

95   my ($Clang, $Lang, $file, $Args, $HtmlDir, $ErrorType, $ofile) = @_;
96 my $Dir = "$HtmlDir/failures";
166 my ($Clang, $OriginalArgs, $AnalyzeArgs, $Lang, $Output, $Verbose, $HtmlDir,
194 elsif (defined $HtmlDir) {
195 push @Args, '-o', $HtmlDir;
249 my ($ofh, $ofile) = tempfile("clang_output_XXXXXX", DIR => $HtmlDir);
263 if ($Result & 127 and $Cmd eq $Clang and defined $HtmlDir) {
265 $HtmlDir, "Crash", $ofile);
270 $HtmlDir, $ParserRejects, $ofile);
273 $HtmlDir, $OtherError, $ofile);
294 my $dir = "$HtmlDir/failures";
306 $HtmlDir, $AttributeIgnored, $ofile);
460 my $HtmlDir = $ENV{'CCC_ANALYZER_HTML'};
681 DIR => $HtmlDir);
683 # If the HtmlDir is not set, we sould clean up the plist files.
684 if (!defined $HtmlDir || -z $HtmlDir) {
699 $Verbose, $HtmlDir, $file);
704 $Verbose, $HtmlDir, $file);