Searched refs:CC (Results 226 - 250 of 870) sorted by relevance

1234567891011>>

/external/curl/lib/
H A Dmakefile.amiga10 CC = m68k-amigaos-gcc
/external/dhcpcd-6.8.2/dev/
H A DMakefile20 ${CC} ${PICFLAG} -DPIC ${CPPFLAGS} ${CFLAGS} -c $< -o $@
23 ${CC} ${LDFLAGS} -shared -Wl,-x -o $@ -Wl,-soname,$@ \
/external/elfutils/
H A DMakefile.am43 CC="$(CC)"
/external/freetype/builds/unix/
H A Ddetect.mk42 CC := gcc macro
52 CC := lcc macro
/external/freetype/src/gzip/
H A Drules.mk24 GZIP_COMPILE := $(CC) $(ANSIFLAGS) \
29 GZIP_COMPILE := $(CC) $(ANSIFLAGS) \
/external/google-breakpad/src/tools/solaris/dump_syms/
H A DMakefile32 CXX=CC
33 CC=cc macro
/external/googletest/ci/
H A Dinstall-linux.sh48 ln -sf /usr/bin/ccache $HOME/bin/${CC};
/external/libyuv/files/
H A Dlinux.mk4 CC?=gcc macro
61 $(CC) -c $(CFLAGS) $*.c -o $*.o
78 # CC=gcc-4.4 CXXFLAGS=-fno-exceptions CXX=g++-4.4 make -f linux.mk
80 $(CC) $(CFLAGS) -o $@ util/cpuid.c libyuv.a
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
H A Dparse-build.sh37 if grep -q CC < $F
/external/llvm/tools/bugpoint/
H A DToolRunner.h36 // CC abstraction
38 class CC { class in namespace:llvm
41 std::vector<std::string> ccArgs; // CC-specific arguments.
42 CC(StringRef ccPath, StringRef RemotePath, function in class:llvm::CC
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;
160 LLC(const std::string &llcPath, CC *c
[all...]
/external/llvm/tools/llvm-pdbdump/
H A DFunctionDumper.cpp63 PDB_CallingConv CC = Symbol.getCallingConvention(); local
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(); local
162 if ((ClassParent && CC != CallingConvention::ThisCall) ||
163 (!ClassParent && CC != CallingConvention::NearStdCall)) {
/external/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp31 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) { argument
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"); local
[all...]
/external/lz4/contrib/djgpp/
H A DMakefile18 CC = $(CROSS)-gcc macro
53 $(CC) $(CFLAGS) -MMD -MP -I$(IDIR) -c $< -o $@
105 @echo "CC="$(CC)
/external/lz4/lib/dll/example/
H A DMakefile56 $(CC) $(FLAGS) $^ -o $@$(EXT) $(LIBDIR)/liblz4_static.lib
59 $(CC) $(FLAGS) $^ -o $@$(EXT) -DLZ4_DLL_IMPORT=1 $(DLLDIR)/liblz4.dll
/external/selinux/mcstrans/src/
H A DMakefile19 $(CC) $(LDFLAGS) -pie -o $@ $^ -lselinux -lcap -lpcre $(LIBSEPOLA)
22 $(CC) $(CFLAGS) -fPIE -c -o $@ $<
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
H A DSparc.h75 inline static const char *SPARCCondCodeToString(SPCC::CondCodes CC) { argument
76 switch (CC) {
/external/syslinux/gnu-efi/gnu-efi-3.0/
H A DMakefile54 @echo CC=$(CC)
95 @echo "you need to use a version of gcc >= 3.0, you are using `$(CC) --version`"
/external/valgrind/cachegrind/
H A Dcg_diff.in151 # Add each event count to the CC array. '.' counts become undef, as do
157 my @CC = (split /\s+/, $line);
158 (@CC <= $numEvents) or die("Line $.: too many event counts\n");
159 return \@CC;
196 my %CCs; # hash("$filename#$funcname" => CC array)
197 my $currCC = undef; # CC array
205 my $CC = line_to_CC($_, $numEvents);
207 add_array_a_to_b($CC, $currCC);
265 # hashref("$filename#$funcname", CC array)
316 while (my ($filefuncname, $CC)
[all...]
/external/selinux/libsepol/src/
H A DMakefile51 $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $(LOBJS) -Wl,$(LD_SONAME_FLAGS)
66 $(CC) $(filter-out -Werror, $(CFLAGS)) -fPIC -c -o $@ $<
69 $(CC) $(filter-out -Werror, $(CFLAGS)) -fPIC -DSHARED -c -o $@ $<
77 $(CC) $(CFLAGS) -fPIC -c -o $@ $<
80 $(CC) $(CFLAGS) -fPIC -DSHARED -c -o $@ $<
/external/valgrind/callgrind/
H A Dcallgrind_control.in123 my @CC = (split /\s+/, $_[0]);
124 (@CC <= @events) or die("Line $.: too many event counts\n");
125 return \@CC;
145 # correspond to @CC positions.
146 foreach my $CC (@CCs) {
147 foreach my $i (0 .. scalar(@$CC)-1) {
148 if (defined $CC->[$i]) {
150 my $length = length $CC->[$i];
159 # Print the CC with each column's size dictated by $CC_col_widths.
162 my ($CC,
[all...]
/external/fio/
H A DMakefile281 QUIET_CC = @echo ' ' CC $@;
318 $(QUIET_CC)$(CC) -o $@ $(CFLAGS) $(CPPFLAGS) -c $<
319 @$(CC) -MM $(CFLAGS) $(CPPFLAGS) $(SRCDIR)/$*.c > $*.d
335 $(QUIET_CC)$(CC) -o $@ $(CFLAGS) $(CPPFLAGS) -c $<
338 $(QUIET_CC)$(CC) -o $@ $(CFLAGS) $(CPPFLAGS) -c $<
348 $(QUIET_CC)$(CC) -o $@ $(CFLAGS) $(CPPFLAGS) -c $<
350 $(QUIET_LINK)$(CC) $(LDFLAGS) $(CFLAGS) $< y.tab.o lex.yy.o -o $@ $(LIBS)
357 $(QUIET_CC)$(CC) -o $@ $(CFLAGS) $(CPPFLAGS) -c $<
358 @$(CC) -MM $(CFLAGS) $(CPPFLAGS) $(SRCDIR)/$*.c > $*.d
366 $(QUIET_CC)$(CC)
[all...]
/external/compiler-rt/make/platform/
H A Dclang_linux.mk5 CC := clang macro
14 LANG=C $(CC) -v 2>&1 | grep 'Target:' | cut -d' ' -f2)
16 $(error "unable to infer compiler target triple for $(CC)")
40 ifeq ($(call TryCompile,$(CC),$(test_source),-m64),0)
45 ifeq ($(call TryCompile,$(CC),$(test_source),-m32),0)
/external/iproute2/
H A Dconfigure35 : ${CC=gcc}
38 echo "CC:=${CC}" >>$CONFIG
52 $CC -I$INCLUDE -o $TMPDIR/atmtest $TMPDIR/atmtest.c -latm >/dev/null 2>&1
93 if $CC -I$INCLUDE $IPTC -o $TMPDIR/ipttest $TMPDIR/ipttest.c $IPTL \
132 $CC -I$INCLUDE $IPTC -o $TMPDIR/ipttest $TMPDIR/ipttest.c $IPTL -ldl >/dev/null 2>&1
171 $CC -I$INCLUDE $IPTC -o $TMPDIR/ipttest $TMPDIR/ipttest.c $IPTL -ldl >/dev/null 2>&1
221 $CC -I$INCLUDE -o $TMPDIR/setnstest $TMPDIR/setnstest.c >/dev/null 2>&1
254 if $CC -I$INCLUDE -o $TMPDIR/ipsettest $TMPDIR/ipsettest.c >/dev/null 2>&1
318 $CC
[all...]
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DCallingConvEmitter.cpp25 // Emit prototypes for all of the CC's so that they can forward ref each
42 void CallingConvEmitter::EmitCallingConv(Record *CC, raw_ostream &O) { argument
43 ListInit *CCActions = CC->getValueAsListInit("Actions");
46 O << "\n\nstatic bool " << CC->getName()
48 << std::string(CC->getName().size()+13, ' ')
50 << std::string(CC->getName().size()+13, ' ')
58 O << "\n return true; // CC didn't match.\n";
89 Record *CC = Action->getValueAsDef("CC"); local
90 O << IndentStr << "if (!" << CC
[all...]
/external/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp133 MSP430CC::CondCodes CC = static_cast<MSP430CC::CondCodes>(Cond[0].getImm()); local
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);

Completed in 619 milliseconds

1234567891011>>