HomeSort by relevance Sort by last modified time
    Searched refs:CXX (Results 126 - 150 of 331) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/icu/icu4c/source/config/
mh-qnx 17 GEN_DEPS.cc= $(CXX) -E -Wp,-MM $(DEFS) $(CPPFLAGS)
mh-darwin 26 COMPILE.cc= $(CXX) $(DEFS) $(CPPFLAGS) $(CXXFLAGS) -fno-common -c
30 SHLIB.cc= $(CXX) -dynamiclib -dynamic $(CXXFLAGS) $(LDFLAGS) $(LD_SOOPTIONS)
mh-alpha-linux-gcc 10 GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(CPPFLAGS)
mh-linux 10 GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(CPPFLAGS) $(CXXFLAGS)
mh-solaris-gcc 15 GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(CPPFLAGS) $(CXXFLAGS)
  /external/llvm/utils/
check-each-file 13 gmake -e $program CC=llvm-native-gcc CXX=llvm-native-gxx
117 gmake $f CC=llvm-native-gcc CXX=llvm-native-gxx
  /external/llvm/utils/release/
build_llvm_package.bat 53 set CXX=
65 set CXX=..\build32_stage0\bin\clang-cl
77 set CXX=
89 set CXX=..\build64_stage0\bin\clang-cl
  /external/swiftshader/third_party/LLVM/utils/
llvmbuild 172 parser.add_option("--cxx", default=find_executable("c++"),
220 options.cxx = find_executable(options.cxx)
307 self.cxx = options.cxx
363 command = [self.cxx]
420 "--with-cxx-include-root=" + cxxroot,
421 "--with-cxx-include-arch=" + cxxarch],
425 "--with-cxx-include-root=" + cxxroot,
426 "--with-cxx-include-arch=" + cxxarch]
    [all...]
check-each-file 13 gmake -e $program CC=llvm-native-gcc CXX=llvm-native-gxx
117 gmake $f CC=llvm-native-gcc CXX=llvm-native-gxx
  /build/kati/
bootstrap.go 28 CXX?=g++
43 $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c -o $@ $<
  /external/icu/icu4c/source/samples/legacy/
Makefile 50 $(CXX) -I$(LEGACY_INCLUDE) $(DEFS) $(CPPFLAGS) $(CXXFLAGS) -c oldcol.cpp
  /external/kmod/
autogen.sh 44 $topdir/configure CC=clang CXX=clang++ $args
bootstrap 44 $topdir/configure CC=clang CXX=clang++ $args
  /external/tensorflow/tensorflow/contrib/makefile/
compile_ios_protobuf.sh 131 "CXX=${CXX}" \
164 "CXX=${CXX}" \
196 "CXX=${CXX}" \
225 "CXX=${CXX}" \
compile_android_protobuf.sh 145 export CXX="${cc_prefix} ${bin_prefix}-g++ --sysroot ${SYSROOT}"
147 "${NDK_ROOT}/sources/cxx-stl/gnu-libstdc++/4.9/libs/${ARCHITECTURE}"
165 -I${NDK_ROOT}/sources/cxx-stl/gnu-libstdc++/4.9/include \
166 -I${NDK_ROOT}/sources/cxx-stl/gnu-libstdc++/4.9/libs/${ARCHITECTURE}/include" \
167 LDFLAGS="-L${NDK_ROOT}/sources/cxx-stl/gnu-libstdc++/4.9/libs/${ARCHITECTURE}" \
  /external/tensorflow/tensorflow/contrib/makefile/sub_makefiles/android/
Makefile.in 53 $(CXX) $(CXXFLAGS) $(INCLUDES) \
90 $(CXX) $(CXXFLAGS) \
  /external/tensorflow/tensorflow/contrib/makefile/sub_makefiles/quantization/
Makefile.in 74 $(CXX) $(CXXFLAGS) $(QUANTIZATION_TEST_INCLUDES) -I $(GTEST_DIR) -c \
83 $(CXX) $(CXXFLAGS) $(QUANTIZATION_TEST_INCLUDES) \
  /toolchain/binutils/binutils-2.27/config/
depstand.m4 29 [$1], CXX, [depcc="$CXX" am_compiler_list=],
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Makefiles/
ms.common 56 CXX = cl.exe
  /external/icu/icu4c/source/samples/
defs.mk 12 CXX=$(shell icu-config --cxx)
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cdtest/
cdtest.exp 35 if { [which $CXX] == 0 } {
41 if { ![ld_compile "$CXX $CXXFLAGS -fno-exceptions" $srcdir/$subdir/cdtest-foo.cc tmpdir/cdtest-foo.o]
42 || ![ld_compile "$CXX $CXXFLAGS -fno-exceptions" $srcdir/$subdir/cdtest-bar.cc tmpdir/cdtest-bar.o]
43 || ![ld_compile "$CXX $CXXFLAGS -fno-exceptions" $srcdir/$subdir/cdtest-main.cc tmpdir/cdtest-main.o] } {
  /external/clang/include/clang/Index/
IndexSymbol.h 59 CXX,
  /external/googletest/googlemock/
CMakeLists.txt 41 project(gmock CXX C)
44 project(gmock VERSION 1.9.0 LANGUAGES CXX C)
  /external/swiftshader/third_party/LLVM/test/
Makefile 153 @echo 'set gxxpath "$(CXX)"' >>site.tmp
155 @echo 'set compile_cxx "' $(CXX) $(CPP.Flags) $(CXX.Flags) $(TargetCommonOpts) $(CompileCommonOpts) -c -x c++ '"' >> site.tmp
156 @echo 'set link "' $(CXX) $(CPP.Flags) $(CXX.Flags) $(TargetCommonOpts) $(CompileCommonOpts) $(LD.Flags) '"' >>site.tmp
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
IndexSymbol.h 61 CXX,

Completed in 518 milliseconds

1 2 3 4 56 7 8 91011>>