Searched refs:cxx_compiler (Results 1 – 6 of 6) sorted by relevance
/external/llvm/utils/release/ |
D | test-release.sh | 360 echo "# Using C++ compiler: $cxx_compiler" 366 echo "#" env CC="$c_compiler" CXX="$cxx_compiler" \ 370 env CC="$c_compiler" CXX="$cxx_compiler" \ 375 echo "#" env CC="$c_compiler" CXX="$cxx_compiler" \ 381 env CC="$c_compiler" CXX="$cxx_compiler" \ 499 cxx_compiler="$CXX" 538 cxx_compiler=$llvmCore_phase1_destdir/usr/local/bin/clang++ 548 cxx_compiler=$llvmCore_phase2_destdir/usr/local/bin/clang++
|
/external/llvm-project/llvm/utils/release/ |
D | test-release.sh | 378 echo "# Using C++ compiler: $cxx_compiler" 383 echo "#" env CC="$c_compiler" CXX="$cxx_compiler" \ 389 env CC="$c_compiler" CXX="$cxx_compiler" \ 443 env CC="$c_compiler" CXX="$cxx_compiler" \ 542 cxx_compiler="$CXX" 581 cxx_compiler=$llvmCore_phase1_destdir/usr/local/bin/clang++ 591 cxx_compiler=$llvmCore_phase2_destdir/usr/local/bin/clang++ 601 cxx_compiler=$llvmCore_phase3_destdir/usr/local/bin/clang++
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/make/ |
D | Makefile.rules | 325 cxx_compiler = $(if $(findstring /,$(1)),$(join $(dir $(1)), $(call cxx_compiler_notdir,$(notdir $(… 432 CXX = $(call cxx_compiler,$(CC)) 456 CXX = $(call cxx_compiler,$(CC)) 473 CXX = $(call cxx_compiler,$(CC)) 492 CXX = $(call cxx_compiler,$(CC)) 509 CXX = $(call cxx_compiler,$(CC))
|
/external/rust/crates/grpcio-sys/ |
D | build.rs | 61 fn clean_up_stale_cache(cxx_compiler: String) { in clean_up_stale_cache() 75 splits.next().map_or(false, |p| p != cxx_compiler) in clean_up_stale_cache() 104 let cxx_compiler = if let Some(val) = get_env("CXX") { in build_grpc() localVariable 113 clean_up_stale_cache(cxx_compiler); in build_grpc()
|
/external/clang/tools/scan-build-py/libscanbuild/ |
D | intercept.py | 123 cxx_compiler = args.cxx if 'cxx' in args else 'c++' 137 'INTERCEPT_BUILD_CXX': cxx_compiler,
|
/external/llvm-project/clang/tools/scan-build-py/libscanbuild/ |
D | intercept.py | 110 cxx_compiler = args.cxx if 'cxx' in args else 'c++'
|