Searched refs:CC (Results 151 - 175 of 406) sorted by relevance

1234567891011>>

/external/e2fsprogs/config/
H A Dconfig.rpath32 # The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld
63 if $CC -E conftest.$ac_ext >/dev/null | grep __INTEL_COMPILER >/dev/null
197 collect2name=`${CC} -print-prog-name=collect2`
276 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
380 sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g"`
/external/e2fsprogs/lib/
H A DMakefile.solaris-lib27 $(Q) (cd elfshared; $(CC) --shared -o $(ELF_LIB) $(LDFLAGS) \
/external/icu4c/config/
H A Dmh-alpha-linux-gcc7 GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS)
H A Dmh-linux7 GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS)
H A Dmh-solaris-gcc12 GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS)
/external/llvm/lib/Target/Mips/InstPrinter/
H A DMipsInstPrinter.cpp28 const char* Mips::MipsFCCToString(Mips::CondCode CC) { argument
29 switch (CC) {
/external/mksh/src/
H A DMakefile81 cd build-dir; env CC=${CC:Q} CFLAGS=${CFLAGS:M*:Q} \
/external/srtp/crypto/
H A DMakefile11 CC = gcc macro
18 COMPILE = $(CC) $(DEFS) $(INCDIR) $(CPPFLAGS) $(CFLAGS)
/external/clang/test/Sema/
H A Dblock-return.c115 const int (^CC) (void) = ^const int{ const int i = 1; return i; };
/external/compiler-rt/make/platform/
H A Ddarwin_fat.mk15 # appropriate choices for CC and CFLAGS.
40 CC := clang macro
/external/dropbear/libtommath/
H A Dmakefile.bcc7 CC = bcc32
43 $(CC) $(CFLAGS) $<
/external/libsepol/tests/
H A DMakefile35 $(CC) $(CFLAGS) $(CPPFLAGS) $(objs) $(parserobjs) -lfl -lcunit -lcurses $(LIBSEPOL) -o $@
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp128 /// GetCondFromBranchOpc - Return the XCore CC that matches
143 static inline unsigned GetCondBranchFromCond(XCore::CondCode CC) argument
145 switch (CC) {
154 static inline XCore::CondCode GetOppositeBranchCondition(XCore::CondCode CC) argument
156 switch (CC) {
/external/stlport/test/eh/
H A Dcygwin.mak36 CC = c++ macro
37 CXX = $(CC)
H A Ddjgpp.mak36 CC = gcc macro
37 CXX = $(CC)
H A Dgcc-99r1.mak36 CC =c++ macro
37 CXX = $(CC)
H A Dgcc-apple-macosx.mak37 CC = g++ macro
38 CXX = $(CC)
H A Dgcc-freebsd.mak37 CC = c++ -pthread macro
38 CXX = $(CC)
H A Dgcc-irix.mak37 CC = g++ macro
38 CXX = $(CC)
H A Dgcc-linux.mak37 CC = c++ -pthread macro
38 CXX = $(CC)
H A Dgcc-netbsd.mak37 CC = c++ macro
38 CXX = $(CC)
H A Dgcc.mak37 CC = g++ -pthread macro
38 CXX = $(CC)
H A Dhpacc.mak36 CC = aCC macro
37 CXX = $(CC)
H A Dmingw32.mak36 CC = c++ macro
37 CXX = $(CC)
/external/valgrind/main/auxprogs/
H A Dgsl16test87 "(cd gsl-1.6-patched && CC=$GSL_CC CFLAGS=\"$GSL_CFLAGS\" ./configure)" && \

Completed in 355 milliseconds

1234567891011>>