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

Lines Matching refs:HtmlDir

82   my ($Clang, $Lang, $file, $Args, $HtmlDir, $ErrorType, $ofile) = @_;
83 my $Dir = "$HtmlDir/failures";
150 my ($Clang, $OriginalArgs, $AnalyzeArgs, $Lang, $Output, $Verbose, $HtmlDir,
183 elsif (defined $HtmlDir) {
184 push @Args, '-o', $HtmlDir;
238 my ($ofh, $ofile) = tempfile("clang_output_XXXXXX", DIR => $HtmlDir);
251 if ($Result & 127 and $Cmd eq $Clang and defined $HtmlDir) {
253 $HtmlDir, "Crash", $ofile);
258 $HtmlDir, $ParserRejects, $ofile);
279 my $dir = "$HtmlDir/failures";
291 $HtmlDir, $AttributeIgnored, $ofile);
429 my $HtmlDir = $ENV{'CCC_ANALYZER_HTML'};
633 DIR => $HtmlDir);
648 $Verbose, $HtmlDir, $file);
653 $Verbose, $HtmlDir, $file);