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

1 2 3 4 5 6 7 8 91011>>

  /external/googletest/ci/
env-linux.sh 39 if [ "$CXX" = "g++" ]; then export CXX="g++-4.9" CC="gcc-4.9"; fi
40 if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.7" CC="clang-3.7"; fi
env-osx.sh 39 if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.7" CC="clang-3.7"; fi
log-config.sh 41 echo CXX=${CXX}
46 ${CXX} --version || echo "${CXX} does not seem to support the --version flag"
47 ${CXX} -v || echo "${CXX} does not seem to support the -v flag"
50 ${CC} --version || echo "${CXX} does not seem to support the --version flag"
51 ${CC} -v || echo "${CXX} does not seem to support the -v flag"
  /external/toolchain-utils/go/android/
go_shamu 10 CXX="arm-linux-androideabi-g++" \
go_volantis 10 CXX="aarch64-linux-android-g++" \
  /external/toolchain-utils/go/chromeos/
go_daisy 10 CXX="armv7a-cros-linux-gnueabi-g++" \
go_panther 10 CXX="x86_64-cros-linux-gnu-g++" \
go_x86-zgb 10 CXX="i686-pc-linux-gnu-g++" \
  /external/toolchain-utils/go/
go_local 7 CXX="g++" \
  /bionic/tests/
file-check-cxx 3 CXX=$2
8 $CXX "$@" -Wno-error 2>&1 | $FILECHECK -check-prefix=$PREFIX $SOURCE
  /external/eigen/bench/
benchmark_suite 2 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 -O3 -I .. -DEIGEN_DEFAULT_TO_ROW_MAJOR -DNDEBUG benchmarkX.cpp -o benchmarkX && time ./benchmarkX (…)
    [all...]
bench_unrolling 3 # 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/
buildcmdscc 2 CXX=$1
5 echo $ANDROID_BUILD_TOP/$CXX > $DIR/cxx_under_test
10 | perl -ne 's/\S+\.o\b/%OUT%/; print' > $DIR/cxx.cmds
16 $CXX $ARGS
  /external/libyuv/files/util/
Makefile 2 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/
cross_build_gcc.sh 34 export CXX=$1g++
41 if [ ! -x "`which $CXX`" ]; then
42 echo "Error: $CXX does not exist or is not executable."
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/buildcmds/
buildcmdscc 2 CXX=$1
5 echo $ANDROID_BUILD_TOP/$CXX > $DIR/cxx_under_test
10 | perl -ne 's/\S+\.o\b/%OUT%/; print' > $DIR/cxx.cmds
16 $CXX $ARGS
  /external/clang/tools/diag-build/
diag-build.sh 9 # 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/icu/icu4c/source/
runConfigureICU 61 TRU64V5.1/CXX Use the Compaq cxx compiler on Tru64 (OSF)
62 zOS Use the IBM cxx compiler on z/OS (os/390)
63 zOSV1R2 Use the IBM cxx compiler for z/OS 1.2
142 CXX=`which xlC_r`; export CXX
143 if [ ! -x $CXX ]; then
153 CXX=g++; export CXX
161 CXX=`which CC`; export CX
    [all...]
  /external/clang/include/clang/Basic/
Attributes.h 26 CXX,
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Makefiles/
ms.rule 23 $(CXX) -c $(CPPFLAGS) $(INC) $< -Fo$@
  /external/autotest/client/cros/crash/crasher/
Makefile 20 $(CXX) $(CXXFLAGS) -o $@ $^
23 $(CXX) $(CXXFLAGS) -c $< -o $@
  /external/gemmlowp/scripts/
test-android.sh 16 if [ -z "$CXX" ]
18 echo "please set the CXX environment variable to point to your native Android toolchain C++ compiler"
30 echo "Relies on the CXX environment variable to point to an Android C++ toolchain compiler."
36 if [[ $CXX =~ .*aarch64.* ]]
43 $CXX \
  /external/google-breakpad/src/tools/solaris/dump_syms/
Makefile 32 CXX=CC
46 $(CXX) $(CXXFLAGS) -o $@ $^
49 $(CXX) $(CXXFLAGS) -c $^
52 $(CXX) $(CXXFLAGS) -c $^
55 $(CXX) $(CXXFLAGS) -c $^
58 $(CXX) $(CXXFLAGS) -c $^
  /external/v8/tools/
cross_build_gcc.sh 35 export CXX=$1g++
43 if [ ! -x "$CXX" ]; then
44 echo "Error: $CXX does not exist or is not executable."
  /external/libcxxabi/lib/
buildit 4 # 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

Completed in 481 milliseconds

1 2 3 4 5 6 7 8 91011>>