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

  /external/clang/tools/scan-build/
ccc-analyzer 64 my $ResultFile;
68 if (defined $ResultFile && -z $ResultFile) {
69 `rm -f $ResultFile`;
191 if (defined $ResultFile) {
192 push @Args, '-o', $ResultFile;
677 $ResultFile = $f;
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 46 milliseconds