Lines Matching refs:PPFile
116 my ($PPH, $PPFile) = tempfile( $prefix . "_XXXXXX",
119 system $Clang, @$Args, "-E", "-o", $PPFile;
123 open (OUT, ">", "$PPFile.info.txt") or die "Cannot open $PPFile.info.txt\n";
128 `uname -a >> $PPFile.info.txt 2>&1`;
129 `$Compiler -v >> $PPFile.info.txt 2>&1`;
130 rename($ofile, "$PPFile.stderr.txt");
131 return (basename $PPFile);
289 my $ppfile;
307 if (!(defined $ppfile)) {
308 $ppfile = ProcessClangFailure($Clang, $Lang, $file,
315 print AFILE "$ppfile\n";