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

  /external/clang/tools/scan-build/
c++-analyzer 54 my $ResultFile;
58 if (defined $ResultFile && -z $ResultFile) {
59 `rm -f $ResultFile`;
183 if (defined $ResultFile) {
184 push @Args, '-o', $ResultFile;
636 $ResultFile = $f;
ccc-analyzer 54 my $ResultFile;
58 if (defined $ResultFile && -z $ResultFile) {
59 `rm -f $ResultFile`;
183 if (defined $ResultFile) {
184 push @Args, '-o', $ResultFile;
636 $ResultFile = $f;
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 20 milliseconds