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
813
my $
ppfile
= <ATTR>;
814
chomp $
ppfile
;
816
next if (! -e "$Dir/failures/$
ppfile
");
818
open (INFO, "$Dir/failures/$
ppfile
.info.txt") or
819
die "Cannot open $Dir/failures/$
ppfile
.info.txt\n";
826
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";
827
my $ppfile_clang = $
ppfile
;
[
all
...]
ccc-analyzer
116
my ($PPH, $
PPFile
) = tempfile( $prefix . "_XXXXXX",
119
system $Clang, @$Args, "-E", "-o", $
PPFile
;
123
open (OUT, ">", "$
PPFile
.info.txt") or die "Cannot open $
PPFile
.info.txt\n";
128
`uname -a >> $
PPFile
.info.txt 2>&1`;
129
`$Compiler -v >> $
PPFile
.info.txt 2>&1`;
130
rename($ofile, "$
PPFile
.stderr.txt");
131
return (basename $
PPFile
);
289
my $
ppfile
;
307
if (!(defined $
ppfile
)) {
[
all
...]
Completed in 690 milliseconds