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

Lines Matching refs:ppfile

162   my ($PPH, $PPFile) = tempfile( $prefix . "_XXXXXX",
166 system $Clang, @$Args, "-E", "-o", $PPFile;
169 open (OUT, ">", "$PPFile.info.txt") or die "Cannot open $PPFile.info.txt\n";
174 `uname -a >> $PPFile.info.txt 2>&1`;
175 `"$Compiler" -v >> $PPFile.info.txt 2>&1`;
176 rename($ofile, "$PPFile.stderr.txt");
177 return (basename $PPFile);
311 my $ppfile;
329 if (!(defined $ppfile)) {
330 $ppfile = ProcessClangFailure($Clang, $Lang, $file,
337 print AFILE "$ppfile\n";