Searched refs:CC (Results 1 - 25 of 870) sorted by relevance

1234567891011>>

/external/googletest/ci/
H A Denv-linux.sh39 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
H A Denv-osx.sh39 if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.7" CC="clang-3.7"; fi
H A Dlog-config.sh42 echo CC=${CC}
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/linux-kselftest/tools/testing/selftests/x86/
H A Dcheck_cc.sh6 CC="$1"
10 if "$CC" -o /dev/null "$TESTPROG" -O0 "$@" 2>/dev/null; then
/external/autotest/client/tests/iosched_bugs/src/
H A DMakefile0 CC=gcc
8 $(CC) -o $@ $^
1 CC=gcc macro
/external/ltp/testcases/kernel/syscalls/ptrace/
H A Dmake_syscall_list.sh4 ${CC:-gcc} -E -dD - | \
/external/toolchain-utils/go/android/
H A Dgo_shamu9 CC="arm-linux-androideabi-gcc" \
H A Dgo_volantis9 CC="aarch64-linux-android-gcc" \
/external/toolchain-utils/go/chromeos/
H A Dgo_daisy9 CC="armv7a-cros-linux-gnueabi-gcc" \
H A Dgo_panther9 CC="x86_64-cros-linux-gnu-gcc" \
H A Dgo_x86-zgb9 CC="i686-pc-linux-gnu-gcc" \
/external/toolchain-utils/go/
H A Dgo_local6 CC="gcc" \
/external/python/cpython2/Modules/
H A Dld_so_beos57 4.0*) CC="mwcc -xms -export pragma -nodup" ;;
58 *) CC="mwcc -shared -export pragma -nodup" ;;
65 CC="gcc -nostart -Wl,-soname=${TARGET}"
73 CC="cc"
78 $CC -o $TARGET $ARGS $GLUE $LIBS
/external/python/cpython3/Modules/
H A Dld_so_beos57 4.0*) CC="mwcc -xms -export pragma -nodup" ;;
58 *) CC="mwcc -shared -export pragma -nodup" ;;
65 CC="gcc -nostart -Wl,-soname=${TARGET}"
73 CC="cc"
78 $CC -o $TARGET $ARGS $GLUE $LIBS
/external/iproute2/testsuite/tools/
H A DMakefile2 $(CC) -o $@ $^
/external/honggfuzz/examples/badcode/targets/
H A DMakefile0 CC ?= gcc
7 @(echo CC $<; $(CC) $(CFLAGS) $<.c -o $<)
1 CC ?= gcc macro
/external/tensorflow/tensorflow/tools/lib_package/
H A Dlibtensorflow_test.sh25 CC="${CC}"
28 [ -z "${CC}" ] && CC="/usr/bin/gcc"
42 ${CC} ${CFILE} -Itensorflow/include -Ltensorflow/lib\
/external/vixl/tools/
H A Dcross_build_gcc.sh37 export CC=$1gcc
53 if [ ! -x "`which $CC`" ]; then
54 echo "Error: $CC does not exist or is not executable."
/external/zlib/src/contrib/untgz/
H A DMakefile0 CC=cc
5 $(CC) $(CFLAGS) -o untgz untgz.o -L../.. -lz
8 $(CC) $(CFLAGS) -c -I../.. untgz.c
1 CC=cc macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
H A DMakefile9 $(CC) -o $@ $^
/external/autotest/client/site_tests/platform_CompressedSwap/src/
H A DMakefile9 $(CC) -o $@ $^
/external/autotest/client/tests/tracing_microbenchmark/src/
H A DMakefile0 CC = $(CROSS_COMPILE)gcc
1 CC = $(CROSS_COMPILE)gcc macro
/external/clang/test/CodeGenCXX/
H A Dhomogeneous-aggregates.cpp7 #define CC __attribute__((vectorcall)) macro
9 #define CC macro
45 D1 CC func_D1(D1 x) { return x; }
51 D2 CC func_D2(D2 x) { return x; }
56 D3 CC func_D3(D3 x) { return x; }
61 D4 CC func_D4(D4 x) { return x; }
63 D5 CC func_D5(D5 x) { return x; }
92 void CC with_empty_base(HVAWithEmptyBase a) {}
106 void CC with_empty_bitfield(HVAWithEmptyBitField a) {}
/external/toybox/
H A Dconfigure30 [ -z "$CC" ] && CC=cc
/external/autotest/client/site_tests/kernel_PerfEventRename/src/
H A DMakefile6 $(CC) -g perf-rename-test.c -o perf-rename-test -lpthread

Completed in 676 milliseconds

1234567891011>>