| /freebsd/contrib/bearssl/mk/ |
| H A D | Rules.mk | 379 $(CC) $(CFLAGS) $(INCFLAGS) $(CCOUT)$(OBJDIR)$Psettings$O src$Psettings.c 382 $(CC) $(CFLAGS) $(INCFLAGS) $(CCOUT)$(OBJDIR)$Pccm$O src$Paead$Pccm.c 385 $(CC) $(CFLAGS) $(INCFLAGS) $(CCOUT)$(OBJDIR)$Peax$O src$Paead$Peax.c 388 $(CC) $(CFLAGS) $(INCFLAGS) $(CCOUT)$(OBJDIR)$Pgcm$O src$Paead$Pgcm.c 391 $(CC) $(CFLAGS) $(INCFLAGS) $(CCOUT)$(OBJDIR)$Pccopy$O src$Pcodec$Pccopy.c 394 $(CC) $(CFLAGS) $(INCFLAGS) $(CCOUT)$(OBJDIR)$Pdec16be$O src$Pcodec$Pdec16be.c 397 $(CC) $(CFLAGS) $(INCFLAGS) $(CCOUT)$(OBJDIR)$Pdec16le$O src$Pcodec$Pdec16le.c 400 $(CC) $(CFLAGS) $(INCFLAGS) $(CCOUT)$(OBJDIR)$Pdec32be$O src$Pcodec$Pdec32be.c 403 $(CC) $(CFLAGS) $(INCFLAGS) $(CCOUT)$(OBJDIR)$Pdec32le$O src$Pcodec$Pdec32le.c 406 $(CC) $(CFLAGS) $(INCFLAGS) $(CCOUT)$(OBJDIR)$Pdec64be$O src$Pcodec$Pdec64be.c [all …]
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | Makefile | 2052 @$(E) " CC $@ ($^)" 2079 @$(E) " CC/LD " $@ 2084 @$(E) " CC/LD " $@ 2089 @$(E) " CC/LD " $@ 2094 @$(E) " CC/LD " $@ 2099 @$(E) " CC/LD " $@ 2104 @$(E) " CC/LD " $@ 2109 @$(E) " CC/LD " $@ 2114 @$(E) " CC/LD " $@ 2119 @$(E) " CC/LD " $@ [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUPALMetadata.h | 57 void setRsrc1(unsigned CC, unsigned Val); 58 void setRsrc1(unsigned CC, const MCExpr *Val, MCContext &Ctx); 62 void setRsrc2(unsigned CC, unsigned Val); 63 void setRsrc2(unsigned CC, const MCExpr *Val, MCContext &Ctx); 82 void setEntryPoint(unsigned CC, StringRef Name); 87 void setNumUsedVgprs(unsigned CC, unsigned Val); 88 void setNumUsedVgprs(unsigned CC, const MCExpr *Val, MCContext &Ctx); 92 void setNumUsedAgprs(unsigned CC, unsigned Val); 93 void setNumUsedAgprs(unsigned CC, const MCExpr *Val); 98 void setNumUsedSgprs(unsigned CC, unsigned Val); [all …]
|
| H A D | AMDGPUPALMetadata.cpp | 32 static const char *getStageName(CallingConv::ID CC) { in getStageName() argument 33 switch (CC) { in getStageName() 117 static unsigned getRsrc1Reg(CallingConv::ID CC) { in getRsrc1Reg() argument 118 switch (CC) { in getRsrc1Reg() 139 static unsigned getScratchSizeKey(CallingConv::ID CC) { in getScratchSizeKey() argument 140 switch (CC) { in getScratchSizeKey() 160 void AMDGPUPALMetadata::setRsrc1(CallingConv::ID CC, unsigned Val) { in setRsrc1() argument 161 setRegister(getRsrc1Reg(CC), Val); in setRsrc1() 164 void AMDGPUPALMetadata::setRsrc1(CallingConv::ID CC, const MCExpr *Val, in setRsrc1() argument 166 setRegister(getRsrc1Reg(CC), Val, Ctx); in setRsrc1() [all …]
|
| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | Makefile.in | 209 libkrb5_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ 457 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 459 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 460 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 462 CCLD = $(CC) 463 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 513 CC = @CC@ 1495 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $… 1499 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) … 1502 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $… [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | ConstructionContext.h | 278 auto *CC = C.getAllocator().Allocate<T>(); in create() local 279 return new (CC) T(Args...); in create() 335 static bool classof(const ConstructionContext *CC) { in classof() argument 336 return CC->getKind() >= VARIABLE_BEGIN && in classof() 337 CC->getKind() <= VARIABLE_END; in classof() 353 static bool classof(const ConstructionContext *CC) { in classof() argument 354 return CC->getKind() == SimpleVariableKind; in classof() 382 static bool classof(const ConstructionContext *CC) { in classof() argument 383 return CC->getKind() == CXX17ElidedCopyVariableKind; in classof() 406 static bool classof(const ConstructionContext *CC) { in classof() argument [all …]
|
| /freebsd/crypto/openssl/Configurations/ |
| H A D | 10-main.conf | 146 …`PIPE CC /NOCROSS_REFERENCE /NOLIST /NOOBJECT /WARNINGS = DISABLE = ( MAYLOSEDATA3, EMPTYFILE ) NL… 183 CC => "gcc", 191 CC => "cc", 199 CC => "gcc", 242 CC => "gcc", 263 CC => "gcc", 292 CC => "cc", 311 CC => "gcc", 347 CC => "cc", 396 CC => "gcc", [all …]
|
| H A D | 15-ios.conf | 21 CC => "xcrun -sdk iphoneos cc", 28 CC => "xcrun -sdk iphoneos cc", 36 CC => "xcrun -sdk iphonesimulator cc", 40 CC => "xcrun -sdk iphonesimulator cc", 48 CC => "xcrun -sdk iphonesimulator cc", 56 CC => "xcrun -sdk iphonesimulator cc", 81 CC => "cc", 86 CC => "cc",
|
| /freebsd/contrib/libpcap/testprogs/ |
| H A D | Makefile.in | 49 CC = @CC@ 79 $(CC) $(FULL_CFLAGS) -c $(srcdir)/$*.c 105 $(CC) $(FULL_CFLAGS) -I. -L. -o capturetest $(srcdir)/capturetest.c \ 109 $(CC) $(FULL_CFLAGS) -I. -L. -o can_set_rfmon_test \ 114 $(CC) $(FULL_CFLAGS) -I. -L. -o filtertest $(srcdir)/filtertest.c \ 118 $(CC) $(FULL_CFLAGS) -I. -L. -o findalldevstest \ 123 $(CC) $(FULL_CFLAGS) -I. -L. -o findalldevstest-perf \ 128 $(CC) $(FULL_CFLAGS) -I. -L. -o opentest $(srcdir)/opentest.c \ 132 $(CC) $(FULL_CFLAGS) -I. -L. -o nonblocktest $(srcdir)/nonblocktest.c \ 136 $(CC) $(FULL_CFLAGS) -I. -L. -o reactivatetest \ [all …]
|
| /freebsd/sys/contrib/openzfs/config/ |
| H A D | always-compiler-options.m4 | 3 dnl # Enabled -fsanitize=address if supported by $CC. 24 AC_MSG_CHECKING([whether $CC supports -fsanitize=address]) 35 AC_MSG_ERROR([$CC does not support -fsanitize=address]) 71 AC_MSG_CHECKING([whether $CC supports -fsanitize=undefined]) 82 AC_MSG_ERROR([$CC does not support -fsanitize=undefined]) 100 AC_MSG_CHECKING([whether $CC supports -Wframe-larger-than=<size>]) 121 AC_MSG_CHECKING([whether $CC supports -Wno-format-truncation]) 142 AC_MSG_CHECKING([whether $CC supports -Wno-format-zero-length]) 163 saved_cc="$CC" 165 [ test -n "$KERNEL_CC" ], [ CC="$KERNEL_CC" ], [all …]
|
| /freebsd/contrib/opencsd/decoder/include/opencsd/etmv3/ |
| H A D | trc_pkt_decode_etmv3.h | 142 uint32_t CC = 0; in getAtomCC() local 144 return CC; in getAtomCC() 153 CC = m_cycle_count; in getAtomCC() 157 CC = (m_atom.num > 1) ? 1: 0; in getAtomCC() 161 CC = 1; in getAtomCC() 164 return CC; in getAtomCC() 169 uint32_t CC = 0; in getRemainCC() local 171 return CC; in getRemainCC() 180 CC = m_cycle_count; in getRemainCC() 184 CC = (m_atom.num > 1) ? 1: 0; in getRemainCC() [all …]
|
| /freebsd/crypto/heimdal/lib/hx509/ |
| H A D | Makefile.in | 167 libhx509_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ 192 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 194 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 195 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 197 CCLD = $(CC) 198 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 236 CC = @CC@ 989 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $… 993 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) … 996 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $… [all …]
|
| /freebsd/crypto/heimdal/lib/roken/ |
| H A D | Makefile.in | 199 libroken_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ 206 libtest_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ 240 parse_reply_test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ 258 snprintf_test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ 264 strpftime_test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ 274 tsearch_test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ 280 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 282 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 283 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 285 CCLD = $(CC) [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrSystem.td | 21 let hasSideEffects = 1, Uses = [CC] in 25 let hasSideEffects = 1, Defs = [CC] in { 29 let Predicates = [FeatureBEAREnhancement], hasSideEffects = 1, Defs = [CC] in 135 let hasSideEffects = 1, Defs = [CC] in 139 let hasSideEffects = 1, Defs = [CC] in 155 let hasSideEffects = 1, mayStore = 1, Uses = [R0D], Defs = [R0D, CC] in 159 let mayLoad = 1, mayStore = 1, Defs = [CC] in { 181 let Predicates = [FeatureEnhancedDAT2], hasSideEffects = 1, Defs = [CC] in 189 let hasSideEffects = 1, Defs = [CC] in { 195 let hasSideEffects = 1, Defs = [CC] in [all …]
|
| /freebsd/crypto/openssl/util/perl/OpenSSL/ |
| H A D | config.pm | 43 my $CC; 55 return undef unless IPC::Cmd::can_run("$CROSS_COMPILE$CC"); 56 my $v = `$CROSS_COMPILE$CC -v 2>&1`; 61 return undef unless IPC::Cmd::can_run("$CROSS_COMPILE$CC"); 63 my $v = `$CROSS_COMPILE$CC -dumpversion 2> $nul`; 300 my $cc = $CC; 310 $CC = $_; 315 if ( $CC ) { 374 $CC = 'CC'; 383 $CC = 'cc'; [all …]
|
| /freebsd/share/examples/ipfilter/samples/ |
| H A D | Makefile | 1 CC=gcc macro 14 $(CC) -I.. userauth.c -o userauth -lsocket -lnsl 15 $(CC) -I.. proxy.c -o proxy -lsocket -lnsl 16 $(CC) -I.. relay.c -o relay -lsocket -lnsl 19 $(CC) -I.. userauth.c -o userauth 20 $(CC) -I.. proxy.c -o proxy 21 $(CC) -I.. relay.c -o relay
|
| /freebsd/contrib/ntp/sntp/libevent/test/ |
| H A D | Makefile.nmake | 44 $(CC) $(CFLAGS) $(LIBS) $(SSL_LIBS) $(REGRESS_OBJS) 47 $(CC) $(CFLAGS) $(LIBS) test-init.obj 49 $(CC) $(CFLAGS) $(LIBS) test-eof.obj 51 $(CC) $(CFLAGS) $(LIBS) test-closed.obj 53 $(CC) $(CFLAGS) $(LIBS) test-changelist.obj 55 $(CC) $(CFLAGS) $(LIBS) test-weof.obj 57 $(CC) $(CFLAGS) $(LIBS) test-time.obj 60 $(CC) $(CFLAGS) $(LIBS) print-winsock-errors.obj 63 $(CC) $(CFLAGS) $(LIBS) bench.obj 65 $(CC) $(CFLAGS) $(LIBS) bench_cascade.obj [all …]
|
| /freebsd/contrib/libevent/test/ |
| H A D | Makefile.nmake | 44 $(CC) $(CFLAGS) $(LIBS) $(SSL_LIBS) $(REGRESS_OBJS) 47 $(CC) $(CFLAGS) $(LIBS) test-init.obj 49 $(CC) $(CFLAGS) $(LIBS) test-eof.obj 51 $(CC) $(CFLAGS) $(LIBS) test-closed.obj 53 $(CC) $(CFLAGS) $(LIBS) test-changelist.obj 55 $(CC) $(CFLAGS) $(LIBS) test-weof.obj 57 $(CC) $(CFLAGS) $(LIBS) test-time.obj 60 $(CC) $(CFLAGS) $(LIBS) print-winsock-errors.obj 63 $(CC) $(CFLAGS) $(LIBS) bench.obj 65 $(CC) $(CFLAGS) $(LIBS) bench_cascade.obj [all …]
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash1.tests/ |
| H A D | Makefile | 5 CC = gcc macro 18 ${CC} -o $@ tcreat3.o ${PORTDIR}/libdb.a 21 ${CC} -o $@ tdel.o ${PORTDIR}/libdb.a 24 ${CC} -o $@ thash4.o ${PORTDIR}/libdb.a 27 ${CC} -o $@ tread2.o ${PORTDIR}/libdb.a 30 ${CC} -o $@ tseq.o ${PORTDIR}/libdb.a 33 ${CC} -o $@ tverify.o ${PORTDIR}/libdb.a 36 ${CC} -o $@ driver2.o ${PORTDIR}/libdb.a 39 ${CC} -c ${PORTDIR}/clib/strerror.c
|
| /freebsd/share/examples/libifconfig/ |
| H A D | Makefile | 2 $(CC) -Wall -fPIC -lifconfig -g -o example_setdescription setdescription.c 3 $(CC) -Wall -fPIC -lifconfig -g -o example_setmtu setmtu.c 4 $(CC) -Wall -fPIC -lifconfig -g -o example_ifdestroy ifdestroy.c 5 $(CC) -Wall -fPIC -lifconfig -g -o example_ifcreate ifcreate.c 6 $(CC) -Wall -fPIC -lifconfig -g -o example_ifcreatevlan ifcreatevlan.c 7 $(CC) -Wall -fPIC -lifconfig -g -o example_ifchanagevlan ifchanagevlan.c 8 $(CC) -Wall -fPIC -lifconfig -g -o example_status status.c
|
| /freebsd/share/mk/ |
| H A D | bsd.suffixes.mk | 7 ${CC:N${CCACHE_BIN}} ${CFLAGS} ${LDFLAGS} ${.IMPSRC} ${LDLIBS} -o ${.TARGET} 11 ${CC} ${STATIC_CFLAGS} ${CFLAGS} -c ${.IMPSRC} -o ${.TARGET} 15 ${CC} -emit-llvm ${IR_CFLAGS} -c ${.IMPSRC} -o ${.TARGET} 18 ${CC} -emit-llvm ${IR_CFLAGS} -S ${.IMPSRC} -o ${.TARGET} 48 ${CC:N${CCACHE_BIN}} ${CFLAGS} ${ACFLAGS} -c ${.IMPSRC} -o ${.TARGET} 52 ${CC:N${CCACHE_BIN}} -x assembler-with-cpp ${CFLAGS} ${ACFLAGS} -c ${.IMPSRC} \ 57 ${CC:N${CCACHE_BIN}} -x assembler ${ACFLAGS} -c ${.IMPSRC} -o ${.TARGET} 63 ${CC} ${CFLAGS} -c y.tab.c -o ${.TARGET} 69 ${CC} ${CFLAGS} -c ${.PREFIX}.tmp.c -o ${.TARGET} 82 ${CC} ${CFLAGS} ${LDFLAGS} ${.IMPSRC} ${LDLIBS} -o ${.TARGET} [all …]
|
| H A D | bsd.suffixes-extra.mk | 14 ${CC} ${PICFLAG} -DPIC \ 20 ${CC} ${PICFLAG} -DPIC \ 27 ${CC} ${PIEFLAG} -DPIC \ 58 ${CC:N${CCACHE_BIN}} -x assembler ${ACFLAGS} -c ${.IMPSRC} -o ${.TARGET} 62 ${CC:N${CCACHE_BIN}} -x assembler-with-cpp ${PICFLAG} -DPIC \ 68 ${CC:N${CCACHE_BIN}} -x assembler-with-cpp ${PICFLAG} -DPIC \ 76 ${CC:N${CCACHE_BIN}} -x assembler-with-cpp ${PIEFLAG} -DPIC \ 82 ${CC:N${CCACHE_BIN}} ${PICFLAG} -DPIC \ 88 ${CC:N${CCACHE_BIN}} ${PICFLAG} -DPIC \ 96 ${CC:N${CCACHE_BIN}} ${PIEFLAG} -DPIC \
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Utils/ |
| H A D | ARMBaseInfo.h | 48 inline static CondCodes getOppositeCondition(CondCodes CC) { in getOppositeCondition() argument 49 switch (CC) { in getOppositeCondition() 71 inline static ARMCC::CondCodes getSwappedCondition(ARMCC::CondCodes CC) { in getSwappedCondition() argument 72 switch (CC) { in getSwappedCondition() 130 inline static const char *ARMVPTPredToString(ARMVCC::VPTCodes CC) { in ARMVPTPredToString() argument 131 switch (CC) { in ARMVPTPredToString() 139 inline static unsigned ARMVectorCondCodeFromString(StringRef CC) { in ARMVectorCondCodeFromString() argument 140 return StringSwitch<unsigned>(CC.lower()) in ARMVectorCondCodeFromString() 146 inline static const char *ARMCondCodeToString(ARMCC::CondCodes CC) { in ARMCondCodeToString() argument 147 switch (CC) { in ARMCondCodeToString() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ModRef.h | 315 inline bool capturesNothing(CaptureComponents CC) { in capturesNothing() argument 316 return CC == CaptureComponents::None; in capturesNothing() 319 inline bool capturesAnything(CaptureComponents CC) { in capturesAnything() argument 320 return CC != CaptureComponents::None; in capturesAnything() 323 inline bool capturesAddressIsNullOnly(CaptureComponents CC) { in capturesAddressIsNullOnly() argument 324 return (CC & CaptureComponents::Address) == CaptureComponents::AddressIsNull; in capturesAddressIsNullOnly() 327 inline bool capturesAddress(CaptureComponents CC) { in capturesAddress() argument 328 return (CC & CaptureComponents::Address) != CaptureComponents::None; in capturesAddress() 331 inline bool capturesReadProvenanceOnly(CaptureComponents CC) { in capturesReadProvenanceOnly() argument 332 return (CC & CaptureComponents::Provenance) == in capturesReadProvenanceOnly() [all …]
|
| /freebsd/contrib/unbound/contrib/android/ |
| H A D | setenv_android.sh | 75 CC="armv7a-linux-androideabi$ANDROID_API-clang" 88 CC="aarch64-linux-android$ANDROID_API-clang" 101 CC="i686-linux-android$ANDROID_API-clang" 114 CC="x86_64-linux-android$ANDROID_API-clang" 135 if [ ! -e "$ANDROID_TOOLCHAIN/$CC" ]; then 180 export CPP CC CXX LD AS AR RANLIB STRIP 191 echo "CC: $(command -v "$CC")"
|