HomeSort by relevance Sort by last modified time
    Searched refs:AFILE (Results 1 - 2 of 2) sorted by null

  /external/clang/tools/scan-build/
c++-analyzer 283 my $afile = "$dir/attribute_ignored_$1.txt";
287 next if (-e $afile);
298 open(AFILE, ">$afile");
299 print AFILE "$ppfile\n";
300 close(AFILE);
ccc-analyzer 283 my $afile = "$dir/attribute_ignored_$1.txt";
287 next if (-e $afile);
298 open(AFILE, ">$afile");
299 print AFILE "$ppfile\n";
300 close(AFILE);

Completed in 508 milliseconds