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 280 my $afile = "$dir/attribute_ignored_$1.txt";
284 next if (-e $afile);
295 open(AFILE, ">$afile");
296 print AFILE "$ppfile\n";
297 close(AFILE);
ccc-analyzer 280 my $afile = "$dir/attribute_ignored_$1.txt";
284 next if (-e $afile);
295 open(AFILE, ">$afile");
296 print AFILE "$ppfile\n";
297 close(AFILE);

Completed in 39 milliseconds