Searched refs:CC (Results 126 - 150 of 682) sorted by relevance

1234567891011>>

/freebsd-13-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_hwdata.c120 BHNDB_CLASS_PRIO(CC, LOW,
124 /* CC agent registers are not accessed via the bridge. */
182 BHNDB_CLASS_PRIO(CC, LOW,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp65 PDB_CallingConv CC = Symbol.getCallingConvention(); local
67 if ((ClassParent && CC == CallingConvention::ThisCall) ||
68 (!ClassParent && CC == CallingConvention::NearStdCall)) {
74 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " ";
84 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " ";
166 CallingConvention CC = Signature->getCallingConvention(); local
170 if ((ClassParent && CC != CallingConvention::ThisCall) ||
171 (!ClassParent && CC != CallingConvention::NearStdCall)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiCondCode.h34 inline static StringRef lanaiCondCodeToString(LPCC::CondCode CC) { argument
35 switch (CC) {
/freebsd-13-stable/share/mk/
H A Dbsd.compiler.mk58 # Handle ccache after CC is determined, but not if CC/CXX are already
62 (${CC:M*ccache/world/*} == "" || ${CXX:M*ccache/world/*} == "")
63 # CC is always prepended with the ccache wrapper rather than modifying
86 .if ${CC:N${CCACHE_BIN}:[1]:M/*} == ""
101 .for var in CC CXX HOST_CC HOST_CXX
138 _cc_vars=CC $${_empty_var_}
148 .if ${cc} == "CC" || !empty(XCC)
151 # CC and COMPILER_* settings here.
174 .if ${cc} == "CC" || (
[all...]
/freebsd-13-stable/stand/arm/uboot/
H A DMakefile56 ${CC} ${CFLAGS} -T ldscript.abs ${LDFLAGS} \
60 ${CC} ${CFLAGS} -T ldscript.pie ${LDFLAGS} -pie -Wl,-Bsymbolic \
/freebsd-13-stable/stand/mips/beri/boot2/
H A DMakefile63 ${CC:N${CCACHE_BIN}} ${LDFLAGS} -T ${.CURDIR}/flashboot.ldscript \
71 ${CC:N${CCACHE_BIN}} ${LDFLAGS} -T ${.CURDIR}/jtagboot.ldscript \
/freebsd-13-stable/crypto/openssh/
H A Dfreebsd-configure.sh26 export CC=$(echo ".include <bsd.lib.mk>" | make -f /dev/stdin -VCC)
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dnmake.mak23 CC = cl macro
204 $(CC) $(CFLAGS) $<
207 $(CC) $(CFLAGS) $<
210 $(CC) $(CFLAGS) $<
213 $(CC) $(CFLAGS) $<
216 $(CC) $(CFLAGS) $<
219 $(CC) $(CFLAGS) $<
222 $(CC) $(CFLAGS) $<
225 $(CC) $(CFLAGS) $<
228 $(CC)
[all...]
/freebsd-13-stable/contrib/opie/
H A DMakefile.in58 # something does have to be there. Sub in Autoconf @CC@.
107 CC=@CC@
296 $(CC) $(CFLAGS) opiekey.o $(LFLAGS) -o opiekey
299 $(CC) $(CFLAGS) opiegen.o $(LFLAGS) -o opiegen
302 $(CC) $(CFLAGS) opieserv.o $(LFLAGS) -o opieserv
305 $(CC) $(CFLAGS) opieftpd.o glob.o popen.o y.tab.o $(LFLAGS) -o opieftpd
308 $(CC) $(CFLAGS) opielogin.o permsfile.o $(LFLAGS) -o opielogin
311 $(CC) $(CFLAGS) opiepasswd.o $(LFLAGS) -o opiepasswd
314 $(CC)
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp705 auto *CC = createCongruenceClass(nullptr, nullptr);
706 CC->setMemoryLeader(MA);
707 return CC;
711 auto *CC = getMemoryClass(MA);
712 if (CC->getMemoryLeader() != MA)
713 CC = createMemoryClass(MA);
714 return CC;
815 void markValueLeaderChangeTouched(CongruenceClass *CC);
816 void markMemoryLeaderChangeTouched(CongruenceClass *CC);
1090 CongruenceClass *CC
[all...]
/freebsd-13-stable/contrib/ldns/drill/
H A Dconfigure643 CC
693 CC
1243 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1324 CC C compiler command
2165 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2166 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2395 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2396 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2406 if test -n "$CC"; then
2407 ac_cv_prog_CC="$CC" # Le
[all...]
/freebsd-13-stable/contrib/mandoc/
H A Dconfigure44 CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | env -i make -sf -`
170 echo "partial result of ${n}: ${CC} succeeded" 1>&3
172 echo "result of ${n}: ${CC} failed with exit status $?" 1>&3
249 COMP="${CC} ${CFLAGS} -Wno-unused -Werror"
251 COMP="${CC} ${DEFCFLAGS} -Wno-unused -Werror"
253 echo -n "tested ${CC} -W: " 1>&2
254 echo -n "testing ${CC} -W: " 1>&3
268 COMP="${CC} ${CFLAGS}"
598 CC
[all...]
/freebsd-13-stable/contrib/bmake/mk/sys/
H A DHP-UX.mk41 LINK.s ?= ${CC} ${AFLAGS} ${LDFLAGS}
42 COMPILE.S ?= ${CC} ${AFLAGS} ${CPPFLAGS} -c
43 LINK.S ?= ${CC} ${AFLAGS} ${CPPFLAGS} ${LDFLAGS}
46 CC ?= gcc ${PIPE} macro
56 CC ?= cc macro
73 COMPILE.c ?= ${CC} ${CFLAGS} ${CPPFLAGS} -c
74 LINK.c ?= ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}
H A DUnixWare.mk30 LINK.s ?= ${CC} ${AFLAGS} ${LDFLAGS}
31 COMPILE.S ?= ${CC} ${AFLAGS} ${CPPFLAGS} -c
32 LINK.S ?= ${CC} ${AFLAGS} ${CPPFLAGS} ${LDFLAGS}
36 CC ?= gcc -pipe -DUNIXWARE macro
40 CC ?= cc macro
45 COMPILE.c ?= ${CC} ${CFLAGS} ${CPPFLAGS} -c
46 LINK.c ?= ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp293 X86::CondCode CC = X86::getCondFromCMov(I); local
295 if (CC != X86::COND_INVALID && (IncludeLoads || !I.mayLoad())) {
298 FirstCC = CC;
299 FirstOppCC = X86::GetOppositeBranchCondition(CC);
300 // Clear out the prior group's memory operand CC.
308 if (FoundNonCMOVInst || (CC != FirstCC && CC != FirstOppCC))
314 MemOpCC = CC;
315 else if (CC != MemOpCC)
655 X86::CondCode CC local
[all...]
/freebsd-13-stable/contrib/tcpdump/
H A DMakefile.in41 CC = @CC@
71 $(CC) $(FULL_CFLAGS) -c $(srcdir)/$*.c
375 $(CC) $(FULL_CFLAGS) $(LDFLAGS) -o $@ $(OBJ) $(LIBS)
383 $(CC) $(FULL_CFLAGS) -o $@ -c $(srcdir)/missing/datalinks.c
385 $(CC) $(FULL_CFLAGS) -o $@ -c $(srcdir)/missing/dlnames.c
387 $(CC) $(FULL_CFLAGS) -o $@ -c $(srcdir)/missing/getopt_long.c
389 $(CC) $(FULL_CFLAGS) -o $@ -c $(srcdir)/missing/snprintf.c
391 $(CC) $(FULL_CFLAGS) -o $@ -c $(srcdir)/missing/strdup.c
393 $(CC)
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiInstPrinter.cpp290 LPCC::CondCode CC = local
293 if (CC >= LPCC::UNKNOWN)
296 OS << lanaiCondCodeToString(CC);
301 LPCC::CondCode CC = local
304 if (CC >= LPCC::UNKNOWN)
306 else if (CC != LPCC::ICC_T)
307 OS << "." << lanaiCondCodeToString(CC);
/freebsd-13-stable/lib/libmd/
H A DMakefile395 ${CC} ${CFLAGS} ${LDFLAGS} -DMD=4 -o mddriver ${.CURDIR}/mddriver.c libmd.a
398 ${CC} ${CFLAGS} ${LDFLAGS} -DMD=5 -o mddriver ${.CURDIR}/mddriver.c libmd.a
402 ${CC} ${CFLAGS} ${LDFLAGS} -o rmddriver ${.CURDIR}/rmddriver.c libmd.a
406 ${CC} ${CFLAGS} ${LDFLAGS} -DSHA=0 -o shadriver ${.CURDIR}/shadriver.c libmd.a
409 ${CC} ${CFLAGS} ${LDFLAGS} -DSHA=1 -o shadriver ${.CURDIR}/shadriver.c libmd.a
412 ${CC} ${CFLAGS} ${LDFLAGS} -DSHA=224 -o shadriver ${.CURDIR}/shadriver.c libmd.a
415 ${CC} ${CFLAGS} ${LDFLAGS} -DSHA=256 -o shadriver ${.CURDIR}/shadriver.c libmd.a
418 ${CC} ${CFLAGS} ${LDFLAGS} -DSHA=384 -o shadriver ${.CURDIR}/shadriver.c libmd.a
421 ${CC} ${CFLAGS} ${LDFLAGS} -DSHA=512 -o shadriver ${.CURDIR}/shadriver.c libmd.a
424 ${CC}
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp94 CallingConv CC = FT->getCallConv(); local
95 switch (CC) {
110 CCMangling CC = getCallingConvMangling(ASTContext, D); local
111 if (CC != CCM_Other)
167 CCMangling CC = getCallingConvMangling(ASTContext, D); local
169 if (CC == CCM_WasmMainArgcArgv) {
176 if (CC == CCM_Other || (MCXX && TI.getCXXABI() == TargetCXXABI::Microsoft)) {
185 if (CC == CCM_Std)
187 else if (CC == CCM_Fast)
189 else if (CC
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp334 auto CC = Name.drop_front().lower();
336 if (CC == "ne" || CC == "nz")
338 else if (CC == "eq" || CC == "z")
340 else if (CC == "lo" || CC == "nc")
342 else if (CC == "hs" || CC == "c")
344 else if (CC
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp114 const ConstructionContext *CC, EvalCallOptions &CallOpts) {
120 if (CC) {
121 switch (CC->getKind()) {
124 const auto *DSCC = cast<VariableConstructionContext>(CC);
133 const auto *ICC = cast<ConstructorInitializerConstructionContext>(CC);
156 const auto *NECC = cast<NewAllocatedObjectConstructionContext>(CC);
209 const auto *RCC = cast<ReturnedValueConstructionContext>(CC);
224 const auto *TCC = cast<ElidedTemporaryObjectConstructionContext>(CC);
253 const auto *TCC = cast<TemporaryObjectConstructionContext>(CC);
281 const auto *ACC = cast<ArgumentConstructionContext>(CC);
112 computeObjectUnderConstruction( const Expr *E, ProgramStateRef State, const LocationContext *LCtx, const ConstructionContext *CC, EvalCallOptions &CallOpts) argument
346 updateObjectsUnderConstruction( SVal V, const Expr *E, ProgramStateRef State, const LocationContext *LCtx, const ConstructionContext *CC, const EvalCallOptions &CallOpts) argument
480 const ConstructionContext *CC = C ? C->getConstructionContext() : nullptr; local
[all...]
/freebsd-13-stable/contrib/bmake/
H A Dconfigure653 CC
712 CC
1262 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1350 CC C compiler command
2348 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2349 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2451 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2452 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2462 if test -n "$CC"; then
2463 ac_cv_prog_CC="$CC" # Le
[all...]
/freebsd-13-stable/contrib/expat/xmlwf/
H A DMakefile.in154 xmlwf_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
176 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
178 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
179 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
184 am__v_CC_0 = @echo " CC " $@;
186 CCLD = $(CC)
187 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
232 CC = @CC@
496 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC)
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInstPrinter.cpp54 static const char *ARCCondCodeToString(ARCCC::CondCode CC) { argument
55 switch (CC) {
93 return BadConditionCode(CC);
/freebsd-13-stable/sys/modules/linux64/
H A DMakefile36 ${CC} ${CCLDFLAGS} -x assembler-with-cpp -DLOCORE -shared -mcmodel=small \
55 ${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \
59 ${CC} -c ${CFLAGS:N-flto:N-fno-common} -fcommon ${.IMPSRC}

Completed in 263 milliseconds

1234567891011>>