Searched refs:CC (Results 251 - 275 of 682) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/openbsm/
H A Dconfigure724 CC
788 CC
1341 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1445 CC C compiler command
2354 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2355 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2489 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2490 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2500 if test -n "$CC"; then
2501 ac_cv_prog_CC="$CC" # Le
[all...]
/freebsd-13-stable/sys/contrib/openzfs/config/
H A Dconfig.rpath17 # The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld
23 # - On IRIX 6.5 with CC="cc", the run time search patch must not be longer
40 for cc_temp in $CC""; do
95 case `$CC -V 2>&1 | sed 5q` in
299 collect2name=`${CC} -print-prog-name=collect2`
317 ${CC} ${LDFLAGS} conftest.c -o conftest
431 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
/freebsd-13-stable/contrib/libpcap/
H A Dconfigure691 CC
777 CC
1339 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1459 CC C compiler command
2405 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2406 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2572 if test -z "$CC" ; then
2615 CC=shlicc2
2616 export CC
2621 if test -z "$CC"
[all...]
/freebsd-13-stable/contrib/subversion/
H A Dconfigure838 CC
951 CC
1511 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1740 CC C compiler command
2716 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2717 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2797 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2798 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2808 if test -n "$CC"; then
2809 ac_cv_prog_CC="$CC" # Le
[all...]
/freebsd-13-stable/crypto/heimdal/kdc/
H A DMakefile.in143 libkdc_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
177 kdc_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
201 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
203 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
204 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
206 CCLD = $(CC)
207 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
237 CC = @CC@
840 @am__fastdepCC_TRUE@ $(CC)
[all...]
/freebsd-13-stable/contrib/sqlite3/tea/
H A DMakefile.in97 CC = @CC@
169 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
/freebsd-13-stable/contrib/bmake/mk/
H A Dprog.mk65 ${CC} -E ${CFLAGS} ${.IMPSRC} | xstr -c -
66 @${CC} ${CFLAGS} -c x.c -o ${.TARGET}
110 _CCLINK?= ${CC}
/freebsd-13-stable/contrib/dialog/po/
H A Dmakefile.inn32 CC = @CC@
45 COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS)
/freebsd-13-stable/contrib/ntp/sntp/libopts/
H A DMakefile.in162 libopts_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
183 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
185 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
186 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
191 am__v_CC_0 = @echo " CC " $@;
193 CCLD = $(CC)
194 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
245 CC = @CC@
603 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp57 CallingConv::ID CC = F.getCallingConv(); local
68 if (CC == CallingConv::AMDGPU_KERNEL || CC == CallingConv::SPIR_KERNEL) {
73 } else if (CC == CallingConv::AMDGPU_PS) {
138 (CC == CallingConv::AMDGPU_HS || CC == CallingConv::AMDGPU_GS))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.cpp41 static bool IsIntegerCC(unsigned CC) { return (CC < VECC::CC_AF); } argument
43 static VECC::CondCode GetOppositeBranchCondition(VECC::CondCode CC) { argument
44 switch (CC) {
236 // (BRCFir CC sy sz addr)
308 VECC::CondCode CC = static_cast<VECC::CondCode>(Cond[0].getImm()); local
309 Cond[0].setImm(GetOppositeBranchCondition(CC));
/freebsd-13-stable/contrib/ntp/sntp/tests/
H A DMakefile.in157 test_crypto_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
234 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
236 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
237 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
242 am__v_CC_0 = @echo " CC " $@;
244 CCLD = $(CC)
245 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
513 CC = @CC@
1006 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC)
[all...]
/freebsd-13-stable/contrib/expat/lib/
H A DMakefile.in182 libexpat_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
203 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
205 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
206 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
211 am__v_CC_0 = @echo " CC " $@;
213 CCLD = $(CC)
214 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
261 CC = @CC@
/freebsd-13-stable/contrib/apr/
H A Dapr-config.in33 CC="@CC@"
135 echo $CC
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp293 Value *CC = PBI->getCondition(); local
299 NC = Builder.CreateOr(PC, CC);
302 NC = Builder.CreateAnd(PC, CC);
304 PBI->replaceUsesOfWith(CC, NC);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsInstPrinter.h72 const char *MipsFCCToString(Mips::CondCode CC);
/freebsd-13-stable/contrib/openbsm/modules/auditfilter_noop/
H A DMakefile.in140 auditfilter_noop_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
160 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
162 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
163 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
168 am__v_CC_0 = @echo " CC " $@;
170 CCLD = $(CC)
171 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
214 CC = @CC@
/freebsd-13-stable/contrib/openpam/modules/pam_deny/
H A DMakefile.in145 pam_deny_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
165 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
167 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
168 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
173 am__v_CC_0 = @echo " CC " $@;
175 CCLD = $(CC)
176 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
219 CC = @CC@
/freebsd-13-stable/contrib/openpam/modules/pam_permit/
H A DMakefile.in145 pam_permit_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
165 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
167 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
168 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
173 am__v_CC_0 = @echo " CC " $@;
175 CCLD = $(CC)
176 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
219 CC = @CC@
/freebsd-13-stable/contrib/openpam/modules/pam_return/
H A DMakefile.in145 pam_return_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
165 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
167 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
168 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
173 am__v_CC_0 = @echo " CC " $@;
175 CCLD = $(CC)
176 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
219 CC = @CC@
/freebsd-13-stable/contrib/openpam/modules/pam_unix/
H A DMakefile.in145 pam_unix_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
165 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
167 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
168 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
173 am__v_CC_0 = @echo " CC " $@;
175 CCLD = $(CC)
176 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
219 CC = @CC@
/freebsd-13-stable/contrib/nvi/catalog/
H A DMakefile74 ${CC} -O -o dump dump.c
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp131 /// GetCondFromBranchOpc - Return the XCore CC that matches
146 static inline unsigned GetCondBranchFromCond(XCore::CondCode CC) argument
148 switch (CC) {
157 static inline XCore::CondCode GetOppositeBranchCondition(XCore::CondCode CC) argument
159 switch (CC) {
/freebsd-13-stable/tools/regression/bpf/bpf_filter/
H A DMakefile56 @${CC} ${CFLAGS} -DBPF_TEST_H=\"${TEST}.h\" \
/freebsd-13-stable/contrib/tcpdump/
H A Dconfigure649 CC
715 CC
1275 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1363 CC C compiler command
2376 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2377 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2501 if test -z "$CC" ; then
2544 CC=shlicc2
2545 export CC
2550 if test -z "$CC"
[all...]

Completed in 301 milliseconds

<<11121314151617181920>>