HomeSort by relevance Sort by last modified time
    Searched defs:CC (Results 51 - 75 of 181) sorted by null

1 23 4 5 6 7 8

  /external/wpa_supplicant_8/wpa_supplicant/
nmake.mak 23 CC = cl
204 $(CC) $(CFLAGS) $<
207 $(CC) $(CFLAGS) $<
210 $(CC) $(CFLAGS) $<
213 $(CC) $(CFLAGS) $<
216 $(CC) $(CFLAGS) $<
219 $(CC) $(CFLAGS) $<
222 $(CC) $(CFLAGS) $<
225 $(CC) $(CFLAGS) $<
228 $(CC) $(CFLAGS) $
    [all...]
  /external/zlib/src/contrib/delphi/
zlibd32.mak 10 CC = bcc32
31 $(CC) -c $(CFLAGS) $*.c
  /external/zlib/src/contrib/pascal/
zlibd32.mak 10 CC = bcc32
31 $(CC) -c $(CFLAGS) $*.c
  /external/clang/test/CodeGenCXX/
virtual-base-cast.cpp 9 struct CC : AA, BB { virtual int aa(); virtual int bb(); virtual int cc(); };
10 struct D : virtual C, virtual CC { int e; };
  /external/llvm/utils/TableGen/
CallingConvEmitter.cpp 31 void EmitCallingConv(Record *CC, raw_ostream &O);
41 // Emit prototypes for all of the CC's so that they can forward ref each
58 void CallingConvEmitter::EmitCallingConv(Record *CC, raw_ostream &O) {
59 ListInit *CCActions = CC->getValueAsListInit("Actions");
62 O << "\n\nstatic bool " << CC->getName()
64 << std::string(CC->getName().size()+13, ' ')
66 << std::string(CC->getName().size()+13, ' ')
74 O << "\n return true; // CC didn't match.\n";
105 Record *CC = Action->getValueAsDef("CC");
    [all...]
  /external/stlport/test/eh/
egcs.mak 28 CC = egcs-c++
29 CXX = $(CC)
sunpro-64.mak 30 CC = CC
31 CXX = $(CC)
sunpro.mak 30 CC = CC
31 CXX = $(CC)
cygwin.mak 36 CC = c++
37 CXX = $(CC)
djgpp.mak 36 CC = gcc
37 CXX = $(CC)
gcc-99r1.mak 36 CC =c++
37 CXX = $(CC)
gcc7.mak 36 CC = c++
37 CXX = $(CC)
hpacc.mak 36 CC = aCC
37 CXX = $(CC)
mingw32.mak 36 CC = c++
37 CXX = $(CC)
  /ndk/sources/host-tools/ndk-depends/
GNUmakefile 17 CC := gcc
41 SOURCES := ndk-depends.cc
49 $$(CC) $$(CFLAGS) $$(EXTRA_CFLAGS) -c -o $1 $2
63 $(foreach src,$(filter %.cc,$(SOURCES)),\
64 $(eval $(call build-cxx-object,$(BUILD_DIR)/$(src:%.cc=%.o),$(src)))\
  /external/compiler-rt/make/platform/
darwin_fat.mk 15 # appropriate choices for CC and CFLAGS.
40 CC := clang
  /external/iproute2/
Makefile 33 CC = gcc
  /external/llvm/lib/Target/ARM/
Thumb2InstrInfo.cpp 62 ARMCC::CondCodes CC = getInstrPredicate(Tail, PredReg);
64 if (CC != ARMCC::AL)
72 if (CC != ARMCC::AL) {
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 130 MSP430CC::CondCodes CC = static_cast<MSP430CC::CondCodes>(Cond[0].getImm());
132 switch (CC) {
135 CC = MSP430CC::COND_NE;
138 CC = MSP430CC::COND_E;
141 CC = MSP430CC::COND_GE;
144 CC = MSP430CC::COND_L;
147 CC = MSP430CC::COND_LO;
150 CC = MSP430CC::COND_HS;
154 Cond[0].setImm(CC);
  /external/llvm/lib/Target/
Mangler.cpp 217 CallingConv::ID CC = F->getCallingConv();
221 if (CC == CallingConv::X86_FastCall) {
231 if ((CC == CallingConv::X86_FastCall || CC == CallingConv::X86_StdCall) &&
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 195 int CC = (int)MI->getOperand(opNum).getImm();
196 O << SPARCCondCodeToString((SPCC::CondCodes)CC);
  /hardware/ti/omap4xxx/domx/make/
start.mk 96 CC := $(CROSS)gcc
  /ndk/sources/host-tools/nawk-20071023/
GNUmakefile 8 CC := $(HOST_CC)
15 # cc if host can run windows binary (MINGW=yes) or darwin binary
17 NATIVE_CC ?= $(CC)
43 CC := x86_64-pc-mingw32msvc-gcc
45 CC := i586-pc-mingw32msvc-gcc
74 $$(hide)$$(CC) $$(CFLAGS) -c -o $$@ $$<
98 $(hide)$(CC) $(LDFLAGS) -o $@ $(OBJECTS) -lm
  /ndk/sources/host-tools/ndk-stack/
GNUmakefile 17 CC := gcc
41 ELFF_SOURCES := elff/dwarf_cu.cc \
42 elff/dwarf_die.cc \
43 elff/dwarf_utils.cc \
44 elff/elf_alloc.cc \
45 elff/elf_file.cc \
46 elff/elf_mapped_section.cc \
47 elff/elff_api.cc \
66 $$(CC) $$(CFLAGS) $$(EXTRA_CFLAGS) -c -o $1 $2
80 $(foreach src,$(filter %.cc,$(SOURCES)),
    [all...]
  /bionic/libc/bionic/
md5.c 78 u_int32_t AA, BB, CC, DD;
82 CC = C;
175 C += CC;

Completed in 187 milliseconds

1 23 4 5 6 7 8