Home | History | Annotate | Download | only in libexec

Lines Matching refs:ppfile

164   my ($PPH, $PPFile) = tempfile( $prefix . "_XXXXXX",
168 system $Clang, @$Args, "-E", "-o", $PPFile;
171 open (OUT, ">", "$PPFile.info.txt") or die "Cannot open $PPFile.info.txt\n";
176 `uname -a >> $PPFile.info.txt 2>&1`;
177 `"$Compiler" -v >> $PPFile.info.txt 2>&1`;
178 rename($ofile, "$PPFile.stderr.txt");
179 return (basename $PPFile);
312 my $ppfile;
330 if (!(defined $ppfile)) {
331 $ppfile = ProcessClangFailure($Clang, $Lang, $file,
338 print AFILE "$ppfile\n";