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

1234567891011>>

/external/skia/tools/
H A Dllvm_coverage_build15 export CC="${CC:-$(which clang)}"
18 if [[ -z "${CC}" ]] || [[ -z "${CXX}" ]]; then
23 echo "CC=$CC"
25 $CC --version
/external/autotest/client/tests/iosched_bugs/src/
H A DMakefile0 CC=gcc
8 $(CC) -o $@ $^
1 CC=gcc macro
/external/strace/
H A Dtravis-ci.sh9 CC="$CC -mx32"
13 CC="$CC -m32"
16 export CC_FOR_BUILD="$CC"
/external/minijail/
H A Dgen_syscalls.sh17 echo "Usage: $(basename "$0") CC OUTFILE"
22 CC="$1"
45 ${CC} -dD - -E | sed -Ene "${SED_MULTILINE}")
/external/vixl/tools/
H A Dcross_build_gcc.sh37 export CC=$1gcc
53 if [ ! -x "$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/autotest/client/site_tests/kernel_PerfEventRename/src/
H A DMakefile6 $(CC) -g perf-rename-test.c -o perf-rename-test -lpthread
/external/autotest/client/site_tests/security_Minijail0/src/
H A DMakefile6 $(CC) staticbashexec.c -o staticbashexec $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -stati
/external/autotest/client/tests/kvm/deps/test_clock_getres/
H A DMakefile0 CC = gcc
9 $(CC) $(LIBS) -o $(PROG) $(SRC)
1 CC = gcc macro
/external/autotest/client/tests/signaltest/
H A DMakefile2 CC ?= $(CROSS_COMPILE)gcc macro
8 $(CC) $(FLAGS) $^ -o $(TARGET) $(LIBS)
/external/autotest/client/tests/signaltest/src/
H A DMakefile0 CC ?= $(CROSS_COMPILE)gcc
7 $(CC) $(FLAGS) $^ -o $(TARGET) $(LIBS)
1 CC ?= $(CROSS_COMPILE)gcc macro
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/
H A Dcommon.css30 border-left: 1px solid #3366CC;
31 border-right: 1px solid #3366CC;
32 border-bottom: 1px solid #3366CC;
43 color: #3366CC;
/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
19 echo 'the compiler used matches the CC environment variable.'
34 if [[ -z "$CC" ]]; then
37 CC=$(dirname $0)/clang
39 CC=$(which clang)
43 echo 'Use the CC environment variable to set one explicitly.' 1>&2
54 CXX=$CC
77 set_compiler="CC='$CC' CXX='$CXX'"
80 set_compiler="CC
[all...]
/external/icu/icu4c/source/
H A DrunConfigureICU56 Solaris Use the Sun cc/CC compilers on Solaris
58 SolarisX86 Use the Sun cc/CC compilers on Solaris x86
136 CC=`which xlc_r`; export CC
137 if [ ! -x $CC ]; then
150 CC=gcc; export CC
157 THE_COMP="Sun's CC"
158 CC=`which cc`; export CC
[all...]
/external/autotest/client/site_tests/security_Minijail_seccomp/src/
H A DMakefile19 $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
22 $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
25 $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
H A DMakefile9 $(CC) seccomp_bpf_tests.c -o seccomp_bpf_tests $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -pthread
12 $(CC) $^ -o $@ $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -ggdb3
15 $(CC) $^ -o $@ $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -ggdb3
/external/v8/test/mjsunit/regress/
H A Dregress-crbug-424142.js10 function CC() {
13 CC.prototype.f = function CCf() {
17 return CC;
/external/valgrind/VEX/switchback/
H A DMakefile2 CC=aarch64-linux-gnu-gcc macro
5 $CC -m64 -Wall -O -g -o switchback switchback.c linker.c \
9 $CC -Wall -m64 -mregnames -O -c test_ppc_jm1.c
/external/autotest/client/deps/gfxtest/src/
H A DMakefile9 $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $^ -o ../$@ $(LDLIBS)
/external/autotest/client/site_tests/kernel_CryptoAPI/src/
H A DMakefile7 $(CC) $(CFLAGS) $(LDFLAGS) $^ -o $@
/external/autotest/client/site_tests/security_AltSyscall/src/
H A DMakefile12 $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)

Completed in 718 milliseconds

1234567891011>>