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

Lines Matching refs:HtmlDir

100   my ($Clang, $Lang, $file, $Args, $HtmlDir, $ErrorType, $ofile) = @_;
101 my $Dir = "$HtmlDir/failures";
170 my ($Clang, $OriginalArgs, $AnalyzeArgs, $Lang, $Output, $Verbose, $HtmlDir,
198 elsif (defined $HtmlDir) {
199 push @Args, '-o', $HtmlDir;
253 my ($ofh, $ofile) = tempfile("clang_output_XXXXXX", DIR => $HtmlDir);
267 if ($Result & 127 and $Cmd eq $Clang and defined $HtmlDir) {
269 $HtmlDir, "Crash", $ofile);
274 $HtmlDir, $ParserRejects, $ofile);
277 $HtmlDir, $OtherError, $ofile);
298 my $dir = "$HtmlDir/failures";
310 $HtmlDir, $AttributeIgnored, $ofile);
465 my $HtmlDir = $ENV{'CCC_ANALYZER_HTML'};
690 DIR => $HtmlDir);
692 # If the HtmlDir is not set, we should clean up the plist files.
693 if (!defined $HtmlDir || -z $HtmlDir) {
711 $Verbose, $HtmlDir, $file);
716 $Verbose, $HtmlDir, $file);