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

  /external/clang/tools/scan-build/libexec/
ccc-analyzer 68 my $DefaultCCompiler;
77 $DefaultCCompiler = 'clang';
85 $DefaultCCompiler = 'gcc';
100 if (!defined $Compiler || (! -x $Compiler && ! SearchInPath($Compiler))) { $Compiler = $DefaultCCompiler; }
  /prebuilts/clang/darwin-x86/host/3.6/tools/scan-build/
ccc-analyzer 41 my $DefaultCCompiler;
49 $DefaultCCompiler = 'clang';
57 $DefaultCCompiler = 'gcc';
72 if (!defined $Compiler || (! -x $Compiler && ! SearchInPath($Compiler))) { $Compiler = $DefaultCCompiler; }
  /prebuilts/clang/host/darwin-x86/3.8/tools/scan-build/
ccc-analyzer 68 my $DefaultCCompiler;
76 $DefaultCCompiler = 'clang';
84 $DefaultCCompiler = 'gcc';
99 if (!defined $Compiler || (! -x $Compiler && ! SearchInPath($Compiler))) { $Compiler = $DefaultCCompiler; }
  /prebuilts/clang/host/darwin-x86/clang-2629532/tools/scan-build/libexec/
ccc-analyzer 68 my $DefaultCCompiler;
77 $DefaultCCompiler = 'clang';
85 $DefaultCCompiler = 'gcc';
100 if (!defined $Compiler || (! -x $Compiler && ! SearchInPath($Compiler))) { $Compiler = $DefaultCCompiler; }
  /prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-build/libexec/
ccc-analyzer 68 my $DefaultCCompiler;
77 $DefaultCCompiler = 'clang';
85 $DefaultCCompiler = 'gcc';
100 if (!defined $Compiler || (! -x $Compiler && ! SearchInPath($Compiler))) { $Compiler = $DefaultCCompiler; }
  /prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-build/libexec/
ccc-analyzer 68 my $DefaultCCompiler;
77 $DefaultCCompiler = 'clang';
85 $DefaultCCompiler = 'gcc';
100 if (!defined $Compiler || (! -x $Compiler && ! SearchInPath($Compiler))) { $Compiler = $DefaultCCompiler; }
  /prebuilts/clang/host/linux-x86/3.8/tools/scan-build/
ccc-analyzer 68 my $DefaultCCompiler;
76 $DefaultCCompiler = 'clang';
84 $DefaultCCompiler = 'gcc';
99 if (!defined $Compiler || (! -x $Compiler && ! SearchInPath($Compiler))) { $Compiler = $DefaultCCompiler; }
  /prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-build/libexec/
ccc-analyzer 68 my $DefaultCCompiler;
77 $DefaultCCompiler = 'clang';
85 $DefaultCCompiler = 'gcc';
100 if (!defined $Compiler || (! -x $Compiler && ! SearchInPath($Compiler))) { $Compiler = $DefaultCCompiler; }
  /prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-build/libexec/
ccc-analyzer 68 my $DefaultCCompiler;
77 $DefaultCCompiler = 'clang';
85 $DefaultCCompiler = 'gcc';
100 if (!defined $Compiler || (! -x $Compiler && ! SearchInPath($Compiler))) { $Compiler = $DefaultCCompiler; }
  /prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-build/libexec/
ccc-analyzer 68 my $DefaultCCompiler;
77 $DefaultCCompiler = 'clang';
85 $DefaultCCompiler = 'gcc';
100 if (!defined $Compiler || (! -x $Compiler && ! SearchInPath($Compiler))) { $Compiler = $DefaultCCompiler; }
  /prebuilts/clang/linux-x86/host/3.6/tools/scan-build/
ccc-analyzer 41 my $DefaultCCompiler;
49 $DefaultCCompiler = 'clang';
57 $DefaultCCompiler = 'gcc';
72 if (!defined $Compiler || (! -x $Compiler && ! SearchInPath($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 793 milliseconds