Home | History | Annotate | Download | only in libexec

Lines Matching refs:ppfile

165   my ($PPH, $PPFile) = tempfile( $prefix . "_XXXXXX",
169 system $Clang, @$Args, "-E", "-o", $PPFile;
172 open (OUT, ">", "$PPFile.info.txt") or die "Cannot open $PPFile.info.txt\n";
177 `uname -a >> $PPFile.info.txt 2>&1`;
178 `"$Compiler" -v >> $PPFile.info.txt 2>&1`;
179 rename($ofile, "$PPFile.stderr.txt");
180 return (basename $PPFile);
318 my $ppfile;
336 if (!(defined $ppfile)) {
337 $ppfile = ProcessClangFailure($Clang, $Lang, $file,
344 print AFILE "$ppfile\n";