Searched refs:CC (Results 1 - 25 of 682) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/googletest/ci/
H A Denv-linux.sh39 if [ "$CXX" = "g++" ]; then export CXX="g++-4.9" CC="gcc-4.9"; fi
40 if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.9" CC="clang-3.9"; fi
H A Denv-osx.sh39 if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.9" CC="clang-3.9"; fi
H A Dlog-config.sh42 echo CC=${CC}
50 ${CC} --version || echo "${CXX} does not seem to support the --version flag"
51 ${CC} -v || echo "${CXX} does not seem to support the -v flag"
/freebsd-13-stable/crypto/openssh/
H A Dsurvey.sh.in19 CC="@CC@"
50 echo "cc: $CC"
60 echo "ccver-v: `$CC -v 2>&1 | sed '/^[ \t]*$/d'`"
62 echo "ccver-V: `$CC -V 2>&1 | sed '/^[ \t]*$/d'`"
/freebsd-13-stable/contrib/ipfilter/samples/
H A DMakefile0 CC=gcc
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
1 CC=gcc macro
/freebsd-13-stable/share/examples/libifconfig/
H A DMakefile3 $(CC) -Wall -fPIC -lifconfig -g -o example_setdescription setdescription.c
4 $(CC) -Wall -fPIC -lifconfig -g -o example_setmtu setmtu.c
5 $(CC) -Wall -fPIC -lifconfig -g -o example_ifdestroy ifdestroy.c
6 $(CC) -Wall -fPIC -lifconfig -g -o example_ifcreate ifcreate.c
7 $(CC) -Wall -fPIC -lifconfig -g -o example_ifcreatevlan ifcreatevlan.c
8 $(CC) -Wall -fPIC -lifconfig -g -o example_ifchanagevlan ifchanagevlan.c
9 $(CC) -Wall -fPIC -lifconfig -g -o example_status status.c
/freebsd-13-stable/sys/tools/sound/
H A Demu10k1-mkalsa.sh4 CC=${CC:-cc}
14 $CC -E -D__KERNEL__ -dM - | \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.h42 void setRsrc1(unsigned CC, unsigned Val);
46 void setRsrc2(unsigned CC, unsigned Val);
64 void setEntryPoint(unsigned CC, StringRef Name);
69 void setNumUsedVgprs(unsigned CC, unsigned Val);
74 void setNumUsedSgprs(unsigned CC, unsigned Val);
77 void setScratchSize(unsigned CC, unsigned Val);
81 void setWave32(unsigned CC);
121 msgpack::MapDocNode getHwStage(unsigned CC);
/freebsd-13-stable/sys/contrib/libsodium/dist-build/
H A Dandroid-mips64.sh4 CC="mips64el-linux-android-gcc" NDK_PLATFORM=android-21 ARCH=mips64 HOST_COMPILER=mips64el-linux-android "$(dirname "$0")/android-build.sh"
/freebsd-13-stable/contrib/opencsd/decoder/include/opencsd/etmv3/
H A Dtrc_pkt_decode_etmv3.h142 uint32_t CC = 0; local
144 return CC;
148 case ATOM_PHDR_FMT_4: // no CC in format 4
152 case ATOM_PHDR_FMT_3: // single CC with optional E atom
153 CC = m_cycle_count;
157 CC = (m_atom.num > 1) ? 1: 0;
160 case ATOM_PHDR_FMT_1: // each atom has 1 CC.
161 CC = 1;
164 return CC;
169 uint32_t CC local
[all...]
/freebsd-13-stable/contrib/ipfilter/lib/
H A DMakefile152 $(CC) $(CCARGS) -c $(LIBSRC)/addicmp.c -o $@
154 $(CC) $(CCARGS) -c $(LIBSRC)/addipopt.c -o $@
156 $(CC) $(CCARGS) -c $(LIBSRC)/alist_free.c -o $@
158 $(CC) $(CCARGS) -c $(LIBSRC)/alist_new.c -o $@
160 $(CC) $(CCARGS) -c $(LIBSRC)/allocmbt.c -o $@
162 $(CC) $(CCARGS) -c $(LIBSRC)/assigndefined.c -o $@
164 $(CC) $(CCARGS) -c $(LIBSRC)/bcopywrap.c -o $@
166 $(CC) $(CCARGS) -c $(LIBSRC)/binprint.c -o $@
168 $(CC) $(CCARGS) -c $(LIBSRC)/buildopts.c -o $@
170 $(CC)
[all...]
/freebsd-13-stable/contrib/sqlite3/
H A DMakefile.fallback8 CC = gcc
19 $(CC) $(CFLAGS) $(COPTS) -o sqlite3 shell.c sqlite3.c $(LIBS)
/freebsd-13-stable/contrib/opie/libmissing/
H A DMakefile.in18 CC=@CC@
/freebsd-13-stable/contrib/ipfilter/l4check/
H A DMakefile7 $(CC) -g -I.. $(CFLAGS) $(LIBS) l4check.c -o $@
/freebsd-13-stable/tools/test/vm86/
H A DMakefile6 $(CC) -Wall -Wextra -g -m32 -O -o vm86_test vm86_test_asm.s vm86_test.c
/freebsd-13-stable/contrib/tcpdump/
H A Dmkdep17 CC=cc # default C compiler is "cc"
24 CC=$2
80 $CC $DEPENDENCY_CFLAG $* |
/freebsd-13-stable/contrib/libpcap/
H A Dmkdep17 CC=cc # default C compiler is "cc"
24 CC=$2
80 $CC $DEPENDENCY_CFLAG $* |
/freebsd-13-stable/contrib/dialog/samples/install/
H A Dmakefile.in18 CC = @CC@
28 $(CC) -o $@ setup.o $(LIBS)
/freebsd-13-stable/usr.bin/mkdep/
H A Dmkdep.gcc.sh73 CC=${CC-"cc"}
74 MKDEP_CPP=${MKDEP_CPP-"${CC} -E"}
/freebsd-13-stable/contrib/bearssl/mk/
H A DRules.mk379 $(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)
[all...]
/freebsd-13-stable/contrib/unbound/contrib/android/
H A Dsetenv_android.sh75 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")"
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h270 auto *CC = C.getAllocator().Allocate<T>(); local
271 return new (CC) T(Args...);
316 static bool classof(const ConstructionContext *CC) { argument
317 return CC->getKind() >= VARIABLE_BEGIN &&
318 CC->getKind() <= VARIABLE_END;
334 static bool classof(const ConstructionContext *CC) { argument
335 return CC->getKind() == SimpleVariableKind;
363 static bool classof(const ConstructionContext *CC) { argument
364 return CC->getKind() == CXX17ElidedCopyVariableKind;
383 static bool classof(const ConstructionContext *CC) { argument
401 classof(const ConstructionContext *CC) argument
433 classof(const ConstructionContext *CC) argument
454 classof(const ConstructionContext *CC) argument
494 classof(const ConstructionContext *CC) argument
513 classof(const ConstructionContext *CC) argument
554 classof(const ConstructionContext *CC) argument
573 classof(const ConstructionContext *CC) argument
593 classof(const ConstructionContext *CC) argument
623 classof(const ConstructionContext *CC) argument
656 classof(const ConstructionContext *CC) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h48 inline static CondCodes getOppositeCondition(CondCodes CC) { argument
49 switch (CC) {
71 inline static ARMCC::CondCodes getSwappedCondition(ARMCC::CondCodes CC) { argument
72 switch (CC) {
130 inline static const char *ARMVPTPredToString(ARMVCC::VPTCodes CC) { argument
131 switch (CC) {
139 inline static unsigned ARMVectorCondCodeFromString(StringRef CC) { argument
140 return StringSwitch<unsigned>(CC.lower())
146 inline static const char *ARMCondCodeToString(ARMCC::CondCodes CC) { argument
147 switch (CC) {
167 ARMCondCodeFromString(StringRef CC) argument
[all...]
/freebsd-13-stable/share/examples/sunrpc/msg/
H A DMakefile19 $(CC) -o $@ printmsg.o
29 $(CC) -o $@ msg_proc.o msg_svc.o $(LIB)
32 $(CC) -o $@ rprintmsg.o msg_clnt.o $(LIB)
/freebsd-13-stable/usr.bin/clang/clang/
H A DMakefile23 SCRIPTS=CC.sh
24 SCRIPTSNAME=CC
31 clang.1 CC.1 \

Completed in 170 milliseconds

1234567891011>>