OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ppfile
(Results
1 - 2
of
2
) sorted by null
/external/clang/tools/scan-build/
scan-build
783
my $
ppfile
= <ATTR>;
784
chomp $
ppfile
;
786
next if (! -e "$Dir/failures/$
ppfile
");
788
open (INFO, "$Dir/failures/$
ppfile
.info.txt") or
789
die "Cannot open $Dir/failures/$
ppfile
.info.txt\n";
796
print OUT "<tr><td>$attribute</td><td>$srcfile</td><td><a href=\"failures/$
ppfile
\">$
ppfile
</a></td><td><a href=\"failures/$
ppfile
.stderr.txt\">$
ppfile
.stderr.txt</a></td></tr>\n";
797
my $ppfile_clang = $
ppfile
;
[
all
...]
ccc-analyzer
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
)) {
[
all
...]
Completed in 66 milliseconds