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

Lines Matching refs:ppfile

111   my ($PPH, $PPFile) = tempfile( $prefix . "_XXXXXX",
114 system $Clang, @$Args, "-E", "-o", $PPFile;
118 open (OUT, ">", "$PPFile.info.txt") or die "Cannot open $PPFile.info.txt\n";
123 `uname -a >> $PPFile.info.txt 2>&1`;
124 `$Compiler -v >> $PPFile.info.txt 2>&1`;
125 system 'mv',$ofile,"$PPFile.stderr.txt";
126 return (basename $PPFile);
285 my $ppfile;
303 if (!(defined $ppfile)) {
304 $ppfile = ProcessClangFailure($Clang, $Lang, $file,
311 print AFILE "$ppfile\n";