Searched refs:CXX (Results 1 - 25 of 172) sorted by relevance

1234567

/external/skia/tools/
H A Dllvm_coverage_build16 export CXX="${CXX:-$(which clang++)}"
18 if [[ -z "${CC}" ]] || [[ -z "${CXX}" ]]; then
24 echo "CXX=$CXX"
/external/clang/lib/FrontendTool/
H A DMakefile17 CXX.Flags += -DCLANG_ENABLE_ARCMT
18 CXX.Flags += -DCLANG_ENABLE_OBJC_REWRITER
22 CXX.Flags += -DCLANG_ENABLE_STATIC_ANALYZER
/external/eigen/bench/
H A Dbenchmark_suite2 CXX=${CXX-g++} # default value unless caller has defined CXX
4 $CXX -O3 -I .. -DNDEBUG benchmark.cpp -o benchmark && time ./benchmark >/dev/null
6 $CXX -O3 -I .. benchmark.cpp -o benchmark && time ./benchmark >/dev/null
8 $CXX -O3 -I .. -DEIGEN_DEFAULT_TO_ROW_MAJOR -DNDEBUG benchmark.cpp -o benchmark && time ./benchmark >/dev/null
10 $CXX -O3 -I .. -DEIGEN_DEFAULT_TO_ROW_MAJOR benchmark.cpp -o benchmark && time ./benchmark >/dev/null
12 $CXX -O3 -I .. -DNDEBUG benchmarkX.cpp -o benchmarkX && time ./benchmarkX >/dev/null
14 $CXX -O3 -I .. benchmarkX.cpp -o benchmarkX && time ./benchmarkX >/dev/null
16 $CXX
[all...]
H A Dbench_unrolling3 # gcc : CXX="g++ -finline-limit=10000 -ftemplate-depth-2000 --param max-inline-recursive-depth=2000"
4 # icc : CXX="icpc -fast -no-inline-max-size -fno-exceptions"
5 CXX=${CXX-g++ -finline-limit=10000 -ftemplate-depth-2000 --param max-inline-recursive-depth=2000} # default value
9 $CXX -O3 -I.. -DNDEBUG benchmark.cpp -DMATSIZE=$i -DEIGEN_UNROLLING_LIMIT=400 -o benchmark && time ./benchmark >/dev/null
10 $CXX -O3 -I.. -DNDEBUG -finline-limit=10000 benchmark.cpp -DMATSIZE=$i -DEIGEN_DONT_USE_UNROLLED_LOOPS=1 -o benchmark && time ./benchmark >/dev/null
/external/libcxx/buildcmds/
H A Dbuildcmdscc2 CXX=$1
5 echo $ANDROID_BUILD_TOP/$CXX > $DIR/cxx_under_test
16 $CXX $ARGS
/external/libyuv/files/util/
H A DMakefile2 ifeq ($(CXX),icl)
3 $(CXX) /arch:SSE2 /Ox /openmp psnr.cc ssim.cc psnr_main.cc
5 $(CXX) -msse2 -O3 -fopenmp -static -o psnr psnr.cc ssim.cc psnr_main.cc -Wl,--strip-all
/external/vixl/tools/
H A Dcross_build_gcc.sh34 export CXX=$1g++
41 if [ ! -x "$CXX" ]; then
42 echo "Error: $CXX does not exist or is not executable."
/external/opencv3/samples/cpp/example_cmake/
H A DMakefile0 CXX ?= g++
8 opencv_example: example.o; $(CXX) $< -o $@ $(LDFLAGS)
10 %.o: %.cpp; $(CXX) $< -o $@ $(CXXFLAGS)
1 CXX ?= g++ macro
/external/clang/lib/Frontend/Rewrite/
H A DMakefile20 CXX.Flags += -DCLANG_ENABLE_OBJC_REWRITER
/external/v8/build/android/tests/symbolize/
H A DMakefile6 CXX=$(TOOLCHAIN)g++ macro
9 $(CXX) -nostdlib -g -fPIC -shared $< -o $@
/external/clang/tools/diag-build/
H A Ddiag-build.sh9 # you to manually specify "dry-run" and "use $CC and $CXX"; if there is a build
48 if [[ -z "$CXX" ]]; then
50 CXX=$(dirname $0)/clang++
52 CXX=$(which clang++)
54 CXX=$CC
77 set_compiler="CC='$CC' CXX='$CXX'"
80 set_compiler="CC='$CC' CXX='$CXX'"
84 # FIXME: We really only need $CC /or/ $CXX
[all...]
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
H A DMakefile4 CXX := xcrun --sdk macosx clang++ macro
6 CXX := clang++ macro
13 $(CXX) $(LLVM_CXXFLAGS) -Wall -std=c++11 -g -O0 -rdynamic -fno-rtti -o toy toy.cpp $(LLVM_LDFLAGS)
/external/llvm/examples/Kaleidoscope/Orc/initial/
H A DMakefile4 CXX := xcrun --sdk macosx clang++ macro
6 CXX := clang++ macro
13 $(CXX) $(LLVM_CXXFLAGS) -Wall -std=c++11 -g -O0 -rdynamic -fno-rtti -o toy toy.cpp $(LLVM_LDFLAGS)
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
H A DMakefile4 CXX := xcrun --sdk macosx clang++ macro
6 CXX := clang++ macro
13 $(CXX) $(LLVM_CXXFLAGS) -Wall -std=c++11 -g -O0 -rdynamic -fno-rtti -o toy toy.cpp $(LLVM_LDFLAGS)
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
H A DMakefile4 CXX := xcrun --sdk macosx clang++ macro
6 CXX := clang++ macro
13 $(CXX) $(LLVM_CXXFLAGS) -Wall -std=c++11 -g -O0 -rdynamic -fno-rtti -o toy toy.cpp $(LLVM_LDFLAGS)
/external/icu/icu4c/source/
H A DrunConfigureICU59 TRU64V5.1/CXX Use the Compaq cxx compiler on Tru64 (OSF)
140 CXX=`which xlC_r`; export CXX
141 if [ ! -x $CXX ]; then
151 CXX=g++; export CXX
159 CXX=`which CC`; export CXX
167 CXX=g++; export CXX
[all...]
/external/clang/lib/Lex/
H A DMakefile20 CXX.Flags += -maltivec
/external/autotest/client/site_tests/logging_UserCrash/src/
H A DMakefile20 $(CXX) $(CXXFLAGS) -o $@ $^
23 $(CXX) $(CXXFLAGS) -c $< -o $@
/external/gemmlowp/scripts/
H A Dtest-android.sh17 if [ -z "$CXX" ]
19 echo "please set the CXX environment variable to point to your native Android toolchain C++ compiler"
31 echo "Relies on the CXX environment variable to point to an Android C++ toolchain compiler."
37 if [[ $CXX =~ .*aarch64.* ]]
44 $CXX \
/external/google-breakpad/src/tools/solaris/dump_syms/
H A DMakefile32 CXX=CC macro
46 $(CXX) $(CXXFLAGS) -o $@ $^
49 $(CXX) $(CXXFLAGS) -c $^
52 $(CXX) $(CXXFLAGS) -c $^
55 $(CXX) $(CXXFLAGS) -c $^
58 $(CXX) $(CXXFLAGS) -c $^
/external/v8/tools/
H A Dcross_build_gcc.sh35 export CXX=$1g++
43 if [ ! -x "$CXX" ]; then
44 echo "Error: $CXX does not exist or is not executable."
/external/libcxxabi/lib/
H A Dbuildit4 # running this script. If you set $CXX, that will be used to compile
15 if [ -z "$CXX" ]
17 CXX=clang++
47 CXX=`xcrun -sdk "${SDKROOT}" -find clang++`
85 $CXX -c -g -O3 $RC_CFLAGS $EXTRA_FLAGS -I../include $OPTIONS $FILE
90 $CXX -c -g -Os $RC_CFLAGS $EXTRA_FLAGS -I../include $OPTIONS $FILE
/external/google-breakpad/src/testing/gtest/scripts/test/
H A DMakefile46 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(FUSED_GTEST_DIR)/gtest/gtest-all.cc
49 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(GTEST_MAIN_CC)
52 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1.cc
56 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1_unittest.cc
59 $(CXX) $(CPPFLAGS) $(CXXFLAGS) $^ -o $@
/external/gptfdisk/
H A DMakefile2 CXX=g++ macro
17 $(CXX) $(LIB_OBJS) gdisk.o gpttext.o $(LDFLAGS) -luuid -o gdisk
18 # $(CXX) $(LIB_OBJS) gdisk.o gpttext.o $(LDFLAGS) -licuio -licuuc -luuid -o gdisk
21 $(CXX) $(LIB_OBJS) cgdisk.o gptcurses.o $(LDFLAGS) -luuid -lncursesw -o cgdisk
22 # $(CXX) $(LIB_OBJS) cgdisk.o gptcurses.o $(LDFLAGS) -licuio -licuuc -luuid -lncurses -o cgdisk
25 $(CXX) $(LIB_OBJS) sgdisk.o gptcl.o $(LDFLAGS) -luuid -lpopt -o sgdisk
26 # $(CXX) $(LIB_OBJS) sgdisk.o gptcl.o $(LDFLAGS) -licuio -licuuc -luuid -lpopt -o sgdisk
29 $(CXX) $(MBR_LIB_OBJS) fixparts.o $(LDFLAGS) -o fixparts
/external/protobuf/gtest/scripts/test/
H A DMakefile44 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(FUSED_GTEST_DIR)/gtest/gtest-all.cc
47 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(GTEST_MAIN_CC)
50 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1.cc
54 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1_unittest.cc
57 $(CXX) $(CPPFLAGS) $(CXXFLAGS) $^ -o $@

Completed in 1300 milliseconds

1234567