HomeSort by relevance Sort by last modified time
    Searched refs:CC (Results 176 - 200 of 544) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/dhcpcd/
Makefile 66 ${CC} ${CFLAGS} ${CPPFLAGS} -c $< -o $@
69 ${CC} ${CPPFLAGS} -MM ${SRCS} ${COMPAT_SRCS} > .depend
74 ${CC} ${LDFLAGS} -o $@ ${OBJS} ${LDADD}
112 cp $$(${CC} ${CPPFLAGS} -MM ${SRCS} | \
120 cp $$(${CC} ${CPPFLAGS} -MM ${COMPAT_SRCS} | \
  /external/stlport/
configure 56 --with-cc=<name> use <name> as C compiler (use --target= for cross-compilation)
61 CC SunPro's CC compilers
98 \$CC C compiler name (use --target= for cross-compilation)
229 --with-cc=*)
235 gcc|icc|aCC|CC|bcc|dmc)
294 if [ -z "${CC}" -a -z "${cc_set}" ]; then
295 echo "\$CXX set, but I don't see \$CC!"
299 if [ -n "${CC}" ]; then
301 echo "Both --with-cc and \$CC set, using the first
    [all...]
  /external/clang/test/SemaCXX/
nested-name-spec.cpp 72 struct CC {
81 struct A2::CC::NC {
105 void A2::CC::NC::m(); // expected-error{{out-of-line declaration of a member must be a definition}}
  /ndk/build/tools/
build-gdbserver.sh 174 OLD_CC="$CC"
207 export CC="$TOOLCHAIN_PREFIX-gcc --sysroot=$BUILD_SYSROOT" &&
217 CC="$OLD_CC"
  /external/compiler-rt/
Makefile 208 $(call Set,Tmp.CC,$(strip \
209 $(call GetCNAVar,CC,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
224 $(Verb) $(Tmp.CC) $(Tmp.CFLAGS) -c -o $$@ $$<
227 $(Verb) $(Tmp.CC) $(Tmp.CFLAGS) -c -o $$@ $$<
230 $(Verb) $(Tmp.CC) $(Tmp.CFLAGS) -c $(COMMON_CFLAGS) -o $$@ $$<
231 $(Tmp.ObjPath)/%.o: $(Tmp.SrcPath)/%.cc $(Tmp.Dependencies) $(Tmp.ObjPath)/.dir
233 $(Verb) $(Tmp.CC) $(Tmp.CFLAGS) -c $(COMMON_CXXFLAGS) -o $$@ $$<
  /external/compiler-rt/make/platform/
clang_linux.mk 5 CC := clang
14 $(CC) -v 2>&1 | grep 'Target:' | cut -d' ' -f2)
17 $(error "unable to infer compiler target triple for $(CC)")
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 101 SDValue SelectCC(SDValue LHS, SDValue RHS, ISD::CondCode CC, DebugLoc dl);
446 ISD::CondCode CC, DebugLoc dl) {
452 if (CC == ISD::SETEQ || CC == ISD::SETNE) {
478 } else if (ISD::isUnsignedIntSetCC(CC)) {
493 if (CC == ISD::SETEQ || CC == ISD::SETNE) {
521 } else if (ISD::isUnsignedIntSetCC(CC)) {
543 static PPC::Predicate getPredicateForSetCC(ISD::CondCode CC) {
544 switch (CC) {
    [all...]
  /external/stlport/test/eh/
gcc-hp11.mak 37 # CC = g++ -pthreads
38 CC = g++ -D_REENTRANT -D_POSIX_C_SOURCE=199506L -D__EXTENSIONS__
39 CXX = $(CC)
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
mac-mf.good 100 {CC} {DepDir}{Default}.c {CFLAGS} -s {Default} -o {TargDir}{Default}.c.o
104 CC = c
178 {CC} {CFLAGS2} -o t_mddriver.exe t_mddriver.c md5.c
  /dalvik/vm/mterp/armv5te/
OP_AGET.S 14 FETCH_B(r3, 1, 1) @ r3<- CC
OP_APUT.S 14 FETCH_B(r3, 1, 1) @ r3<- CC
OP_APUT_OBJECT.S 9 mov r3, r0, lsr #8 @ r3<- CC
  /dalvik/vm/mterp/x86/
OP_CMP_LONG.S 13 movzbl 3(rPC),rIBASE # rIBASE- CC
  /dalvik/vm/mterp/x86-atom/
OP_AGET.S 30 * Format: AA|op CC|BB (23x)
38 FETCH_CC 1, %edx # %edx<- CC
OP_CMPL_FLOAT.S 32 * Format: AA|op CC|BB (23x)
40 FETCH_CC 1, %edx # %edx<- CC
OP_CMP_LONG.S 27 * Format: AA|op CC|BB (23x)
33 FETCH_CC 1, %edx # %edx<- CC
OP_MUL_LONG.S 26 * Format: AA|op CC|BB (23x)
48 FETCH_CC 1, %edx # %edx<- CC
OP_REM_DOUBLE.S 27 * Format: AA|op CC|BB (23x)
33 FETCH_CC 1, %edx # %edx<- CC
OP_SHR_LONG.S 27 * Format: AA|op CC|BB (23x)
33 FETCH_CC 1, %eax # %eax<- CC
binopD.S 27 * Format: AA|op CC|BB (23x)
35 FETCH_CC 1, %ecx # %ecx<- CC
binopDivRemLong.S 27 * Format: AA|op CC|BB (23x)
34 FETCH_CC 1, %edx # %edx<- CC
  /external/e2fsprogs/lib/
Makefile.darwin-lib 26 $(Q) (cd pic; $(CC) -dynamiclib -compatibility_version 1.0 -current_version $(BSDLIB_VERSION) \
  /external/icu4c/config/
mh-bsd-gcc 7 GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS)
8 GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(CPPFLAGS)
41 $(COMPILE.cc) $(STATICCPPFLAGS) $(STATICCXXFLAGS) -o $@ $<
43 $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS) -o $@ $<
55 @$(SHELL) -ec '$(GEN_DEPS.cc) $< \
mh-haiku 8 GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS)
9 GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(CPPFLAGS)
39 $(COMPILE.cc) $(STATICCPPFLAGS) $(STATICCXXFLAGS) -o $@ $<
41 $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS) -o $@ $<
53 @$(SHELL) -ec '$(GEN_DEPS.cc) $< \
mh-qnx 14 GEN_DEPS.c= $(CC) -E -Wp,-MM $(DEFS) $(CPPFLAGS)
15 GEN_DEPS.cc= $(CXX) -E -Wp,-MM $(DEFS) $(CPPFLAGS)
50 $(COMPILE.cc) $(STATICCPPFLAGS) $(STATICCXXFLAGS) -o $@ $<
52 $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS) -o $@ $<
64 @$(SHELL) -ec '$(GEN_DEPS.cc) $< \

Completed in 1813 milliseconds

1 2 3 4 5 6 78 91011>>