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 69 my $ResultFile;
73 if (defined $ResultFile && -z $ResultFile) {
74 unlink($ResultFile);
195 if (defined $ResultFile) {
196 push @Args, '-o', $ResultFile;
691 $ResultFile = $f;
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 2176 milliseconds