Lines Matching refs:ppfile
95 my ($PPH, $PPFile) = tempfile( $prefix . "_XXXXXX",
98 system $Clang, @$Args, "-E", "-o", $PPFile;
102 open (OUT, ">", "$PPFile.info.txt") or die "Cannot open $PPFile.info.txt\n";
107 `uname -a >> $PPFile.info.txt 2>&1`;
108 `$Compiler -v >> $PPFile.info.txt 2>&1`;
109 system 'mv',$ofile,"$PPFile.stderr.txt";
110 return (basename $PPFile);
270 my $ppfile;
288 if (!(defined $ppfile)) {
289 $ppfile = ProcessClangFailure($Clang, $Lang, $file,
296 print AFILE "$ppfile\n";