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

  /external/clang/tools/scan-build/
ccc-analyzer 88 my $ResultFile;
92 if (defined $ResultFile && -z $ResultFile) {
93 unlink($ResultFile);
214 if (defined $ResultFile) {
215 push @Args, '-o', $ResultFile;
730 $ResultFile = $f;
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
ccc-analyzer 69 my $ResultFile;
73 if (defined $ResultFile && -z $ResultFile) {
74 `rm -f $ResultFile`;
196 if (defined $ResultFile) {
197 push @Args, '-o', $ResultFile;
683 $ResultFile = $f;
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
ccc-analyzer 69 my $ResultFile;
73 if (defined $ResultFile && -z $ResultFile) {
74 `rm -f $ResultFile`;
196 if (defined $ResultFile) {
197 push @Args, '-o', $ResultFile;
683 $ResultFile = $f;
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 97 milliseconds