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

1234567891011>>

/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/openssh/
H A Dsurvey.sh.in19 CC="@CC@"
50 echo "cc: $CC"
60 echo "ccver-v: `$CC -v 2>&1 | sed '/^[ \t]*$/d'`"
62 echo "ccver-V: `$CC -V 2>&1 | sed '/^[ \t]*$/d'`"
/external/minijail/
H A Dgen_syscalls.sh17 echo "Usage: $(basename "$0") CC OUTFILE"
22 CC="$1"
29 echo '#include <asm/unistd.h>' | ${CC} - -E -M -MF "${OUTFILE}.d.tmp"
53 ${CC} -dD - -E | sed -Ene "${SED_MULTILINE}")
H A DMakefile100 $(QUIET)$(SRC)/gen_syscalls.sh "$(CC)" "$@"
104 $(eval $(call add_object_rules,libsyscalls.gen.o,CC,c,CFLAGS))
114 $(QUIET)$(SRC)/gen_constants.sh "$(CC)" "$@"
118 $(eval $(call add_object_rules,libconstants.gen.o,CC,c,CFLAGS))
/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/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/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/syslinux/gpxe/src/util/
H A DMakefile7 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -Wall -lpcap -o $@ $<
10 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -Wall -o $@ -c $< -idirafter ../include
13 $(CC) -o $@ $< -lc $(BLIB)
16 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -Wall -o $@ -c $<
19 $(CC) -o $@ $< -lc $(BLIB)
/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 DrunConfigureICU58 Solaris Use the Sun cc/CC compilers on Solaris
60 SolarisX86 Use the Sun cc/CC compilers on Solaris x86
138 CC=`which xlc_r`; export CC
139 if [ ! -x $CC ]; then
152 CC=gcc; export CC
159 THE_COMP="Sun's CC"
160 CC=`which cc`; export CC
[all...]

Completed in 1210 milliseconds

1234567891011>>