OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLANG_CXX
(Results
1 - 4
of
4
) sorted by null
/prebuilts/misc/darwin-x86/analyzer/bin/
cxx-analyzer
15
#
CLANG_CXX
: The clang++ compiler which run code analyses
88
export
CLANG_CXX
="`dirname $0`/analyzer++"
/prebuilts/misc/linux-x86/analyzer/bin/
cxx-analyzer
15
#
CLANG_CXX
: The clang++ compiler which run code analyses
112
export
CLANG_CXX
="`dirname $0`/analyzer++"
/build/core/clang/
config.mk
14
CLANG_CXX
:= $(LLVM_PREBUILTS_PATH)/clang++$(BUILD_EXECUTABLE_SUFFIX)
/build/core/
binary.mk
357
my_cxx := $(
CLANG_CXX
)
[
all
...]
Completed in 546 milliseconds