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

Lines Matching refs:ppfile

135   my ($PPH, $PPFile) = tempfile( $prefix . "_XXXXXX",
138 system $Clang, @$Args, "-E", "-o", $PPFile;
142 open (OUT, ">", "$PPFile.info.txt") or die "Cannot open $PPFile.info.txt\n";
147 `uname -a >> $PPFile.info.txt 2>&1`;
148 `$Compiler -v >> $PPFile.info.txt 2>&1`;
149 rename($ofile, "$PPFile.stderr.txt");
150 return (basename $PPFile);
308 my $ppfile;
326 if (!(defined $ppfile)) {
327 $ppfile = ProcessClangFailure($Clang, $Lang, $file,
334 print AFILE "$ppfile\n";