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

  /external/clang/tools/scan-build/
ccc-analyzer 30 my $DefaultCCompiler;
35 $DefaultCCompiler = 'clang';
38 $DefaultCCompiler = 'gcc';
53 if (!defined $Compiler || ! -x $Compiler) { $Compiler = $DefaultCCompiler; }
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
ccc-analyzer 32 my $DefaultCCompiler;
36 $DefaultCCompiler = 'clang';
39 $DefaultCCompiler = 'gcc';
52 if (!defined $Compiler) { $Compiler = $DefaultCCompiler; }
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
ccc-analyzer 32 my $DefaultCCompiler;
36 $DefaultCCompiler = 'clang';
39 $DefaultCCompiler = 'gcc';
52 if (!defined $Compiler) { $Compiler = $DefaultCCompiler; }

Completed in 3395 milliseconds