Searched refs:CC (Results 101 - 125 of 649) sorted by relevance

1234567891011>>

/external/clang/include/clang/Basic/
H A DSpecifiers.h216 inline bool isCalleeCleanup(CallingConv CC) { argument
217 switch (CC) {
/external/clang/utils/ABITest/layout/
H A DMakefile16 CC := gcc macro
55 $(CC) $(CFLAGS) $(CC_CFLAGS) -o $@ $^
/external/compiler-rt/lib/tsan/
H A Dcheck_cmake.sh11 CC=clang CXX=clang++ cmake -G Ninja -DLLVM_ENABLE_WERROR=ON -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=ON $ROOT/../../../..
/external/compiler-rt/make/platform/
H A Dmulti_arch.mk8 CC := clang macro
/external/compiler-rt/test/tsan/
H A Dtest_output.sh10 : ${CC:=clang}
53 *.c) COMPILER=$CC
/external/dhcpcd/mk/
H A Dprog.mk34 ${CC} ${CFLAGS} ${CPPFLAGS} -c $< -o $@
37 ${CC} ${LDFLAGS} -o $@ ${OBJS} ${LDADD}
44 ${CC} ${CFLAGS} ${CPPFLAGS} -c _${PROG}.c -o _${PROG}.o
45 ${CC} ${LDFLAGS} -o ${PROG} _${PROG}.o ${LDADD}
/external/dnsmasq/bld/
H A DMakefile8 $(CC) $(CFLAGS) $(COPTS) $(I18N) $(DNSMASQ_CFLAGS) $(RPM_OPT_FLAGS) -c $<
11 $(CC) $(LDFLAGS) -o $@ $(OBJS) $(DNSMASQ_LIBS) $(LIBS)
/external/elfutils/0.153/
H A DMakefile.am43 CC="$(CC)"
/external/libcxx/lib/
H A Dbuildit25 if [ -z "$CC" ]
27 CC=clang
74 CC=`xcrun -sdk "${SDKROOT}" -find clang`
147 $CC *.o $RC_CFLAGS $LDSHARED_FLAGS $EXTRA_FLAGS
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A DMakefile14 # environment or command line. This is necessary for CC and AR
23 # Allow setting CC and AR, or setting CROSS_COMPILE as a prefix.
24 $(call allow-override,CC,$(CROSS_COMPILE)gcc)
137 print_compile = echo ' CC '$(OBJ);
139 print_fpic_compile = echo ' CC FPIC '$(OBJ);
141 print_plugin_obj_compile = echo ' CC PLUGIN OBJ '$(OBJ);
142 print_plugin_build = echo ' CC PLUGI '$(OBJ);
149 $(CC) -c $(CFLAGS) $(EXT) -fPIC $< -o $@)
153 $(CC) $^ -rdynamic -o $@ $(CONFIG_LIBS) $(LIBS))
157 $(CC)
[all...]
/external/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp31 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) { argument
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"); local
[all...]
/external/lzma/CPP/
H A DBuild.mak73 COMPL_O1 = $(CC) $(CFLAGS_O1) $**
74 COMPL_O2 = $(CC) $(CFLAGS_O2) $**
75 COMPL_PCH = $(CC) $(CFLAGS_O1) -Yc"StdAfx.h" -Fp$O/a.pch $**
76 COMPL = $(CC) $(CFLAGS_O1) -Yu"StdAfx.h" -Fp$O/a.pch $**
/external/mesa3d/src/gallium/state_trackers/xa/
H A DMakefile32 $(CC) -c $(XA_CFLAGS) $(CFLAGS) $(XA_INCLUDES) $<
42 $(CC) -Wl,-r -nostdlib -o $(XA_LIB_NAME) $(OBJECTS) $(CFLAGS)
/external/mesa3d/src/gallium/tests/unit/
H A DMakefile46 $(CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES) $(PROG_DEFINES) $< -o $@
49 $(CC) $(LDFLAGS) $< $(LINKS) -lm -lpthread -ldl -o $@
/external/stlport/test/eh/
H A Dsunpro42.mak33 CC = CC macro
34 CXX = $(CC)
48 echo 'Info: For CC 4.x, warnings from ld in the form "symbol `XXX' has differing sizes" are normal.'
/external/valgrind/main/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/fio/
H A DMakefile183 QUIET_CC = @echo ' ' CC $@;
217 $(QUIET_CC)$(CC) -o $@ $(CFLAGS) $(CPPFLAGS) -c $<
218 @$(CC) -MM $(CFLAGS) $(CPPFLAGS) $*.c > $*.d
226 $(QUIET_CC)$(CC) -o init.o $(CFLAGS) $(CPPFLAGS) -c init.c
229 $(QUIET_CC)$(CC) $(CFLAGS) $(GTK_CFLAGS) $(CPPFLAGS) -c gcompat.c
232 $(QUIET_CC)$(CC) $(CFLAGS) $(GTK_CFLAGS) $(CPPFLAGS) -c goptions.c
235 $(QUIET_CC)$(CC) $(CFLAGS) $(GTK_CFLAGS) $(CPPFLAGS) -c ghelpers.c
238 $(QUIET_CC)$(CC) $(CFLAGS) $(GTK_CFLAGS) $(CPPFLAGS) -c gerror.c
241 $(QUIET_CC)$(CC) $(CFLAGS) $(GTK_CFLAGS) $(CPPFLAGS) -c gclient.c
244 $(QUIET_CC)$(CC)
[all...]
/external/valgrind/main/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/clang/lib/AST/
H A DMangle.cpp82 CallingConv CC = FT->getCallConv(); local
83 switch (CC) {
96 StdOrFastCC CC = getStdOrFastCallMangling(ASTContext, D); local
97 if (CC != SOF_OTHER)
134 StdOrFastCC CC = getStdOrFastCallMangling(ASTContext, D); local
137 if (CC == SOF_OTHER || (MCXX && TI.getCXXABI() == TargetCXXABI::Microsoft)) {
143 if (CC == SOF_STD)
/external/llvm/unittests/Analysis/
H A DLazyCallGraphTest.cpp410 LazyCallGraph::SCC &CC = *CG.lookupSCC(C); local
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); local
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, C
531 LazyCallGraph::SCC &CC = *SCCI; local
[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);
/external/bzip2/
H A DMakefile18 CC=gcc macro
41 $(CC) $(CFLAGS) $(LDFLAGS) -o bzip2 bzip2.o -L. -lbz2
44 $(CC) $(CFLAGS) $(LDFLAGS) -o bzip2recover bzip2recover.o
118 $(CC) $(CFLAGS) -c blocksort.c
120 $(CC) $(CFLAGS) -c huffman.c
122 $(CC) $(CFLAGS) -c crctable.c
124 $(CC) $(CFLAGS) -c randtable.c
126 $(CC) $(CFLAGS) -c compress.c
128 $(CC) $(CFLAGS) -c decompress.c
130 $(CC)
[all...]
/external/checkpolicy/
H A DMakefile34 $(CC) $(CFLAGS) -o $@ -c $<
37 $(CC) $(filter-out -Werror, $(CFLAGS)) -o $@ -c $<
40 $(CC) $(filter-out -Werror, $(CFLAGS)) -o $@ -c $<
/external/libsepol/src/
H A DMakefile28 $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $^ -Wl,-soname,$(LIBSO),--version-script=libsepol.map,-z,defs
35 $(CC) $(CFLAGS) -fPIC -c -o $@ $<
38 $(CC) $(CFLAGS) -fPIC -DSHARED -c -o $@ $<
/external/llvm/utils/
H A Dcheck-each-file13 gmake -e $program CC=llvm-native-gcc CXX=llvm-native-gxx
117 gmake $f CC=llvm-native-gcc CXX=llvm-native-gxx
130 gmake ${f} CC=gcc > /dev/null 2>&1

Completed in 3324 milliseconds

1234567891011>>