/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)))\
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/ |
bit.s | 22 cc = bittst (r0, 31); define 23 CC = BITTST (r1, 0); 24 cC = BittST (r7, 15);
|
/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/curl/docs/examples/ |
smtp-multi.c | 40 #define CC "<info@example.com>" 48 "Cc: " CC "(Another example User)\r\n", 136 * To: and Cc: addressees in the header, but they could be any kind of 139 recipients = curl_slist_append(recipients, CC);
|
/external/libcxx/test/std/utilities/function.objects/func.require/ |
bullet_5.pass.cpp | 291 typedef ConstCaster CC; 292 runFunctorTestCase<R(CA&), 1, LValueCaster, CC>(); 293 runFunctorTestCase<R(CA&) const, 1, ConstCaster, CC>(); 294 runFunctorTestCase<R(CA&) volatile, 1, VolatileCaster, CC>(); 295 runFunctorTestCase<R(CA&) const volatile, 1, CVCaster, CC>(); 296 runFunctorTestCase<R(CA&, CA&), 2, LValueCaster, CC>(); 297 runFunctorTestCase<R(CA&, CA&) const, 2, ConstCaster, CC>(); 298 runFunctorTestCase<R(CA&, CA&) volatile, 2, VolatileCaster, CC>(); 299 runFunctorTestCase<R(CA&, CA&) const volatile, 2, CVCaster, CC>(); 300 runFunctorTestCase<R(CA&, CA&, CA&), 3, LValueCaster, CC>(); [all...] |
/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 | 131 MSP430CC::CondCodes CC = static_cast<MSP430CC::CondCodes>(Cond[0].getImm()); 133 switch (CC) { 136 CC = MSP430CC::COND_NE; 139 CC = MSP430CC::COND_E; 142 CC = MSP430CC::COND_GE; 145 CC = MSP430CC::COND_L; 148 CC = MSP430CC::COND_LO; 151 CC = MSP430CC::COND_HS; 155 Cond[0].setImm(CC);
|
/external/llvm/tools/bugpoint/ |
ToolRunner.h | 36 // CC abstraction 38 class CC { 39 std::string CCPath; // The path to the cc executable. 41 std::vector<std::string> ccArgs; // CC-specific arguments. 42 CC(StringRef ccPath, StringRef RemotePath, 50 static CC *create(std::string &Message, 122 /// understood by the CC driver (either C or asm). If the code generator 125 virtual CC::FileType OutputCode(const std::string &Bitcode, 130 return CC::AsmFile; 157 CC *cc member in class:llvm::LLC [all...] |
/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 59 $$(CC) $$(CFLAGS) $$(EXTRA_CFLAGS) -c -o $1 $2 73 $(foreach src,$(filter %.cc,$(SOURCES)),\ 74 $(eval $(call build-cxx-object,$(BUILD_DIR)/$(src:%.cc=%.o),$(src)))\
|
/system/keymaster/ |
Makefile | 42 CC=/usr/bin/clang 128 CCSRCS=$(GTEST)/src/gtest-all.cc 131 OBJS=$(CPPSRCS:.cpp=.o) $(CCSRCS:.cc=.o) $(CSRCS:.c=.o) 132 DEPS=$(CPPSRCS:.cpp=.d) $(CCSRCS:.cc=.d) $(CSRCS:.c=.d) 392 -include $(CCSRCS:.cc=.d)
|
/system/security/keystore/tests/ |
Makefile | 26 CC=/usr/bin/clang 56 CCSRCS=$(GTEST)/src/gtest-all.cc 125 -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/compiler-rt/make/platform/ |
clang_mingw.mk | 5 CC ?= cc
|
/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)
|