HomeSort by relevance Sort by last modified time
    Searched defs:CC (Results 101 - 125 of 314) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/
make.bat 29 :: CC: Command line to run to compile C code for GOHOSTARCH.
33 :: This is used by cgo. Default is CC.
99 :: host, however, use the host compiler, CC, from `cmd/dist/dist env` instead.
111 set CC=%CC_FOR_TARGET%
  /prebuilts/go/linux-x86/src/
make.bat 29 :: CC: Command line to run to compile C code for GOHOSTARCH.
33 :: This is used by cgo. Default is CC.
99 :: host, however, use the host compiler, CC, from `cmd/dist/dist env` instead.
111 set CC=%CC_FOR_TARGET%
  /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);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Makefile 9 CC= gcc
63 $(CC) -o $@ $(LDFLAGS) $(LUA_O) $(LUA_A) $(LIBS)
66 $(CC) -o $@ $(LDFLAGS) $(LUAC_O) $(LUA_A) $(LIBS)
72 @$(CC) $(CFLAGS) -MM l*.c
76 @echo "CC= $(CC)"
92 $(MAKE) $(ALL) CC="xlc" CFLAGS="-O2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN" SYSLIBS="-ldl" SYSLDFLAGS="-brtl -bexpall"
109 $(MAKE) $(ALL) SYSCFLAGS="-DLUA_USE_MACOSX" SYSLIBS="-lreadline" CC=cc
113 "AR=$(CC) -shared -o" "RANLIB=strip --strip-unneeded"
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Makefile 19 CC=cc
28 LDSHARED=$(CC)
29 CPP=$(CC) -E
76 $(CC) -c _match.s
87 $(CC) $(CFLAGS) -o $@ example.o $(LDFLAGS)
90 $(CC) $(CFLAGS) -o $@ minigzip.o $(LDFLAGS)
  /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/libcxx/utilities/function.objects/func.require/
bullet_7.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/AVR/
AVRRegisterInfo.cpp 37 CallingConv::ID CC = MF->getFunction()->getCallingConv();
39 return ((CC == CallingConv::AVR_INTR || CC == CallingConv::AVR_SIGNAL)
46 CallingConv::ID CC) const {
47 return ((CC == CallingConv::AVR_INTR || CC == CallingConv::AVR_SIGNAL)
  /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/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 63 PDB_CallingConv CC = Symbol.getCallingConvention();
65 if ((ClassParent && CC == CallingConvention::ThisCall) ||
66 (!ClassParent && CC == CallingConvention::NearStdCall)) {
72 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " ";
82 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " ";
158 CallingConvention CC = Signature->getCallingConvention();
162 if ((ClassParent && CC != CallingConvention::ThisCall) ||
163 (!ClassParent && CC != CallingConvention::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...]
  /external/lz4/contrib/djgpp/
Makefile 18 CC = $(CROSS)-gcc
53 $(CC) $(CFLAGS) -MMD -MP -I$(IDIR) -c $< -o $@
105 @echo "CC="$(CC)
  /external/mdnsresponder/mDNSWindows/Java/
makefile 39 CC = cl
126 $(CC) -Fe$@ $(JAVASRC)\JNISupport.c $(CFLAGS) -I$(OBJDIR) \
  /external/skia/third_party/lua/src/
Makefile 9 CC= gcc
63 $(CC) -o $@ $(LDFLAGS) $(LUA_O) $(LUA_A) $(LIBS)
66 $(CC) -o $@ $(LDFLAGS) $(LUAC_O) $(LUA_A) $(LIBS)
72 @$(CC) $(CFLAGS) -MM l*.c
76 @echo "CC= $(CC)"
92 $(MAKE) $(ALL) CC="xlc" CFLAGS="-O2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN" SYSLIBS="-ldl" SYSLDFLAGS="-brtl -bexpall"
113 "AR=$(CC) -shared -o" "RANLIB=strip --strip-unneeded" \
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
Thumb2InstrInfo.cpp 56 ARMCC::CondCodes CC = llvm::getInstrPredicate(Tail, PredReg);
58 if (CC != ARMCC::AL)
66 if (CC != ARMCC::AL) {
573 ARMCC::CondCodes CC = llvm::getInstrPredicate(UseMI, PredReg);
574 if (CC == ARMCC::AL || PredReg != ARM::CPSR)
580 ARMCC::CondCodes OCC = ARMCC::getOppositeCondition(CC);
590 if (!(NCC == CC || NCC == OCC) ||
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.h 26 enum CC {
36 inline static CC getOppositeCondition(CC cc) {
37 switch (cc) {
48 inline static const char *MBlazeCCToString(CC cc) {
49 switch (cc) {
72 // Select CC Pseudo Instruction
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430InstrInfo.cpp 133 MSP430CC::CondCodes CC = static_cast<MSP430CC::CondCodes>(Cond[0].getImm());
135 switch (CC) {
140 CC = MSP430CC::COND_NE;
143 CC = MSP430CC::COND_E;
146 CC = MSP430CC::COND_GE;
149 CC = MSP430CC::COND_L;
152 CC = MSP430CC::COND_LO;
155 CC = MSP430CC::COND_HS;
159 Cond[0].setImm(CC);
  /external/swiftshader/third_party/LLVM/lib/Target/
Mangler.cpp 204 CallingConv::ID CC = F->getCallingConv();
208 if (CC == CallingConv::X86_FastCall) {
218 if ((CC == CallingConv::X86_FastCall || CC == CallingConv::X86_StdCall) &&
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcInstrInfo.cpp 73 static bool IsIntegerCC(unsigned CC)
75 return (CC <= SPCC::ICC_VC);
79 static SPCC::CondCodes GetOppositeBranchCondition(SPCC::CondCodes CC)
81 switch(CC) {
234 unsigned CC = Cond[0].getImm();
236 if (IsIntegerCC(CC))
237 BuildMI(&MBB, DL, get(SP::BCOND)).addMBB(TBB).addImm(CC);
239 BuildMI(&MBB, DL, get(SP::FBCOND)).addMBB(TBB).addImm(CC);
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZInstrInfo.cpp 200 SystemZCC::CondCodes CC = static_cast<SystemZCC::CondCodes>(Cond[0].getImm());
201 Cond[0].setImm(getOppositeCondition(CC));
338 SystemZCC::CondCodes CC = (SystemZCC::CondCodes)Cond[0].getImm();
339 BuildMI(&MBB, DL, getBrCond(CC)).addMBB(TBB);
351 SystemZInstrInfo::getBrCond(SystemZCC::CondCodes CC) const {
352 switch (CC) {
394 SystemZInstrInfo::getOppositeCondition(SystemZCC::CondCodes CC) const {
395 switch (CC) {
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/utilities/function.objects/func.require/
bullet_7.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...]
  /system/core/trusty/keymaster/
Makefile 39 CC=/usr/bin/clang
93 CCSRCS=$(GTEST)/src/gtest-all.cc
96 OBJS=$(CPPSRCS:.cpp=.o) $(CCSRCS:.cc=.o) $(CSRCS:.c=.o)
97 DEPS=$(CPPSRCS:.cpp=.d) $(CCSRCS:.cc=.d) $(CSRCS:.c=.d)
98 GCDA=$(CPPSRCS:.cpp=.gcda) $(CCSRCS:.cc=.gcda) $(CSRCS:.c=.gcda)
99 GCNO=$(CPPSRCS:.cpp=.gcno) $(CCSRCS:.cc=.gcno) $(CSRCS:.c=.gcno)
101 LINK.o=$(LINK.cc)
198 -include $(CCSRCS:.cc=.d)

Completed in 686 milliseconds

1 2 3 45 6 7 8 91011>>