OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DefaultCCompiler
(Results
1 - 2
of
2
) sorted by null
/external/clang/tools/scan-build/
c++-analyzer
30
my $
DefaultCCompiler
;
34
$
DefaultCCompiler
= 'clang';
37
$
DefaultCCompiler
= 'gcc';
50
if (!defined $Compiler) { $Compiler = $
DefaultCCompiler
; }
ccc-analyzer
30
my $
DefaultCCompiler
;
34
$
DefaultCCompiler
= 'clang';
37
$
DefaultCCompiler
= 'gcc';
50
if (!defined $Compiler) { $Compiler = $
DefaultCCompiler
; }
Completed in 178 milliseconds