OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DefaultCXXCompiler
(Results
1 - 13
of
13
) sorted by null
/external/clang/tools/scan-build/libexec/
ccc-analyzer
69
my $
DefaultCXXCompiler
;
78
$
DefaultCXXCompiler
= 'clang++';
86
$
DefaultCXXCompiler
= 'g++';
91
if (!defined $Compiler || (! -x $Compiler && ! SearchInPath($Compiler))) { $Compiler = $
DefaultCXXCompiler
; }
/prebuilts/clang/darwin-x86/host/3.6/tools/scan-build/
ccc-analyzer
42
my $
DefaultCXXCompiler
;
50
$
DefaultCXXCompiler
= 'clang++';
58
$
DefaultCXXCompiler
= 'g++';
63
if (!defined $Compiler || (! -x $Compiler && ! SearchInPath($Compiler))) { $Compiler = $
DefaultCXXCompiler
; }
/prebuilts/clang/host/darwin-x86/3.8/tools/scan-build/
ccc-analyzer
69
my $
DefaultCXXCompiler
;
77
$
DefaultCXXCompiler
= 'clang++';
85
$
DefaultCXXCompiler
= 'g++';
90
if (!defined $Compiler || (! -x $Compiler && ! SearchInPath($Compiler))) { $Compiler = $
DefaultCXXCompiler
; }
/prebuilts/clang/host/darwin-x86/clang-2629532/tools/scan-build/libexec/
ccc-analyzer
69
my $
DefaultCXXCompiler
;
78
$
DefaultCXXCompiler
= 'clang++';
86
$
DefaultCXXCompiler
= 'g++';
91
if (!defined $Compiler || (! -x $Compiler && ! SearchInPath($Compiler))) { $Compiler = $
DefaultCXXCompiler
; }
/prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-build/libexec/
ccc-analyzer
69
my $
DefaultCXXCompiler
;
78
$
DefaultCXXCompiler
= 'clang++';
86
$
DefaultCXXCompiler
= 'g++';
91
if (!defined $Compiler || (! -x $Compiler && ! SearchInPath($Compiler))) { $Compiler = $
DefaultCXXCompiler
; }
/prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-build/libexec/
ccc-analyzer
69
my $
DefaultCXXCompiler
;
78
$
DefaultCXXCompiler
= 'clang++';
86
$
DefaultCXXCompiler
= 'g++';
91
if (!defined $Compiler || (! -x $Compiler && ! SearchInPath($Compiler))) { $Compiler = $
DefaultCXXCompiler
; }
/prebuilts/clang/host/linux-x86/3.8/tools/scan-build/
ccc-analyzer
69
my $
DefaultCXXCompiler
;
77
$
DefaultCXXCompiler
= 'clang++';
85
$
DefaultCXXCompiler
= 'g++';
90
if (!defined $Compiler || (! -x $Compiler && ! SearchInPath($Compiler))) { $Compiler = $
DefaultCXXCompiler
; }
/prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-build/libexec/
ccc-analyzer
69
my $
DefaultCXXCompiler
;
78
$
DefaultCXXCompiler
= 'clang++';
86
$
DefaultCXXCompiler
= 'g++';
91
if (!defined $Compiler || (! -x $Compiler && ! SearchInPath($Compiler))) { $Compiler = $
DefaultCXXCompiler
; }
/prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-build/libexec/
ccc-analyzer
69
my $
DefaultCXXCompiler
;
78
$
DefaultCXXCompiler
= 'clang++';
86
$
DefaultCXXCompiler
= 'g++';
91
if (!defined $Compiler || (! -x $Compiler && ! SearchInPath($Compiler))) { $Compiler = $
DefaultCXXCompiler
; }
/prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-build/libexec/
ccc-analyzer
69
my $
DefaultCXXCompiler
;
78
$
DefaultCXXCompiler
= 'clang++';
86
$
DefaultCXXCompiler
= 'g++';
91
if (!defined $Compiler || (! -x $Compiler && ! SearchInPath($Compiler))) { $Compiler = $
DefaultCXXCompiler
; }
/prebuilts/clang/linux-x86/host/3.6/tools/scan-build/
ccc-analyzer
42
my $
DefaultCXXCompiler
;
50
$
DefaultCXXCompiler
= 'clang++';
58
$
DefaultCXXCompiler
= 'g++';
63
if (!defined $Compiler || (! -x $Compiler && ! SearchInPath($Compiler))) { $Compiler = $
DefaultCXXCompiler
; }
/prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
ccc-analyzer
33
my $
DefaultCXXCompiler
;
37
$
DefaultCXXCompiler
= 'clang++';
40
$
DefaultCXXCompiler
= 'g++';
45
if (!defined $Compiler) { $Compiler = $
DefaultCXXCompiler
; }
/prebuilts/misc/linux-x86/analyzer/tools/scan-build/
ccc-analyzer
33
my $
DefaultCXXCompiler
;
37
$
DefaultCXXCompiler
= 'clang++';
40
$
DefaultCXXCompiler
= 'g++';
45
if (!defined $Compiler) { $Compiler = $
DefaultCXXCompiler
; }
Completed in 50 milliseconds