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

1 23 4 5 6 7 8 9

  /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/clang/test/CodeGenCXX/
homogeneous-aggregates.cpp 7 #define CC __attribute__((vectorcall))
9 #define CC
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/iproute2/
Makefile 33 CC = gcc
  /external/llvm/lib/Target/ARM/
Thumb2InstrInfo.cpp 61 ARMCC::CondCodes CC = getInstrPredicate(Tail, PredReg);
63 if (CC != ARMCC::AL)
71 if (CC != ARMCC::AL) {
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 133 MSP430CC::CondCodes CC = static_cast<MSP430CC::CondCodes>(Cond[0].getImm());
135 switch (CC) {
138 CC = MSP430CC::COND_NE;
141 CC = MSP430CC::COND_E;
144 CC = MSP430CC::COND_GE;
147 CC = MSP430CC::COND_L;
150 CC = MSP430CC::COND_LO;
153 CC = MSP430CC::COND_HS;
157 Cond[0].setImm(CC);
  /external/llvm/tools/llvm-pdbdump/
FunctionDumper.cpp 60 PDB_CallingConv CC = Symbol.getCallingConvention();
62 if ((ClassParent && CC == PDB_CallingConv::Thiscall) ||
63 (!ClassParent && CC == PDB_CallingConv::NearStdcall)) {
69 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " ";
79 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " ";
155 PDB_CallingConv CC = Signature->getCallingConvention();
159 if ((ClassParent && CC != PDB_CallingConv::Thiscall) ||
160 (!ClassParent && CC != PDB_CallingConv::NearStdcall)) {
  /external/llvm/utils/TableGen/
CallingConvEmitter.cpp 31 void EmitCallingConv(Record *CC, raw_ostream &O);
40 // Emit prototypes for all of the non-custom CC's so that they can forward ref
61 void CallingConvEmitter::EmitCallingConv(Record *CC, raw_ostream &O) {
62 ListInit *CCActions = CC->getValueAsListInit("Actions");
65 O << "\n\nstatic bool " << CC->getName()
67 << std::string(CC->getName().size()+13, ' ')
69 << std::string(CC->getName().size()+13, ' ')
77 O << "\n return true; // CC didn't match.\n";
108 Record *CC = Action->getValueAsDef("CC");
    [all...]
  /hardware/ti/omap4-aah/domx/make/
start.mk 96 CC := $(CROSS)gcc
  /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 \
72 $$(CC) $$(CFLAGS) $$(EXTRA_CFLAGS) -c -o $1 $2
86 $(foreach src,$(filter %.cc,$(SOURCES)),
    [all...]
  /system/keymaster/
Makefile 42 CC=/usr/bin/clang
110 CCSRCS=$(GTEST)/src/gtest-all.cc
113 OBJS=$(CPPSRCS:.cpp=.o) $(CCSRCS:.cc=.o) $(CSRCS:.c=.o)
114 DEPS=$(CPPSRCS:.cpp=.d) $(CCSRCS:.cc=.d) $(CSRCS:.c=.d)
279 -include $(CCSRCS:.cc=.d)
  /system/security/keystore/tests/
Makefile 26 CC=/usr/bin/clang
115 -include $(CCSRCS:.cc=.d)
  /external/clang/lib/AST/
Mangle.cpp 85 CallingConv CC = FT->getCallConv();
86 switch (CC) {
101 CCMangling CC = getCallingConvMangling(ASTContext, D);
102 if (CC != CCM_Other)
139 CCMangling CC = getCallingConvMangling(ASTContext, D);
142 if (CC == CCM_Other || (MCXX && TI.getCXXABI() == TargetCXXABI::Microsoft)) {
151 if (CC == CCM_Std)
153 else if (CC == CCM_Fast)
166 if (CC == CCM_Vector)
  /external/libexif/libexif/canon/
mnote-canon-entry.c 48 #define CC(number,target,v,maxlen) \
572 CC (entry->components, n, val, maxlen);
635 CC (entry->components, n, val, maxlen);
691 CC (entry->components, 32, val, maxlen);
706 CC (entry->components, 1, val, maxlen);
715 CC (entry->components, 1, val, maxlen);
724 CC (entry->components, n, val, maxlen);
734 CC (entry->components, n, val, maxlen);
  /external/libexif/libexif/olympus/
mnote-olympus-entry.c 58 #define CC(number,target,v,maxlen) \
301 CC (entry->components, 4, v, maxlen);
311 CC (entry->components, 2, v, maxlen);
318 CC (entry->components, 2, v, maxlen);
343 CC (entry->components, 1, v, maxlen);
351 CC (entry->components, 4, v, maxlen);
360 CC (entry->components, 4, v, maxlen);
370 CC (entry->components, 1, v, maxlen);
376 CC (entry->components, 4, v, maxlen);
385 CC (entry->components, 1, v, maxlen)
    [all...]
  /external/libpng/contrib/pngminim/decoder/
makefile 4 #CC=cc
5 CC=gcc
6 LD=$(CC)
85 $(CC) -c $(CPPFLAGS) $(CFLAGS) $<
  /external/libpng/contrib/pngminim/encoder/
makefile 4 #CC=cc
5 CC=gcc
6 LD=$(CC)
84 $(CC) -c $(CPPFLAGS) $(CFLAGS) $<
  /external/libpng/contrib/pngminim/preader/
makefile 4 #CC=cc
5 CC=gcc
6 LD=$(CC)
100 $(CC) -c $(CPPFLAGS) $(CFLAGS) $<
  /external/llvm/unittests/Analysis/
LazyCallGraphTest.cpp 410 LazyCallGraph::SCC &CC = *CG.lookupSCC(C);
413 EXPECT_TRUE(AC.isAncestorOf(CC));
417 EXPECT_TRUE(DC.isDescendantOf(CC));
425 EXPECT_EQ(&CC, CG.lookupSCC(C));
467 LazyCallGraph::SCC &CC = *CG.lookupSCC(C1);
473 ASSERT_EQ(&CC, CG.lookupSCC(C2));
474 ASSERT_EQ(&CC, CG.lookupSCC(C3));
492 CC.insertIncomingEdge(D2, C2);
503 EXPECT_EQ(&CC, CG.lookupSCC(C1));
504 EXPECT_EQ(&CC, CG.lookupSCC(C2))
    [all...]
  /external/srtp/
Makefile 33 CC = gcc
40 COMPILE = $(CC) $(DEFS) $(INCDIR) $(CPPFLAGS) $(CFLAGS)
  /external/srtp/crypto/
Makefile 11 CC = gcc
18 COMPILE = $(CC) $(DEFS) $(INCDIR) $(CPPFLAGS) $(CFLAGS)
  /frameworks/base/core/java/android/net/
MailTo.java 41 static private final String CC = "cc";
117 * Retrieve the CC address line from the parsed mailto URL. This could be
119 * If no CC line was specified, then null is return
123 return mHeaders.get(CC);
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
Field.java 35 public static final String CC = "Cc";
41 public static final String RESENT_CC = "Resent-Cc";
  /packages/services/Telephony/src/org/apache/james/mime4j/field/
Field.java 35 public static final String CC = "Cc";
41 public static final String RESENT_CC = "Resent-Cc";

Completed in 1959 milliseconds

1 23 4 5 6 7 8 9