Searched refs:cc1 (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/gnu/usr.bin/cc/
H A DMakefile8 SUBDIR= cc_tools libiberty libcpp libdecnumber cc_int cc cc1 include doc
/freebsd-10.2-release/gnu/usr.bin/cc/cc1/
H A DMakefile1 # $FreeBSD: releng/10.2/gnu/usr.bin/cc/cc1/Makefile 276486 2014-12-31 23:25:37Z ngie $
10 PROG= cc1
/freebsd-10.2-release/usr.sbin/crunch/examples/
H A Dreally-big.conf147 progs cc cpp cc1
149 # cc1 has the same problem as rcs and groff, but since there's only one program
152 special cc1 objpaths /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-parse.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-lang.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-lex.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-pragma.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-decl.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-typeck.o /usr/src/gnu/usr.bin/gcc2/cc1/ob
[all...]
/freebsd-10.2-release/contrib/bzip2/
H A Dblocksort.c220 Int32 H, i, j, k, l, r, cc, cc1; local
302 cc1 = eclass[fmap[i]];
303 if (cc != cc1) { SET_BH(i); cc = cc1; };
/freebsd-10.2-release/contrib/gcc/
H A DMakefile.in604 # compiler proper (cc1, cc1obj, cc1plus).
654 COMPILERS = cc1$(exeext) @all_compilers@
658 GCC_PASSES=xgcc$(exeext) cc1$(exeext) specs $(EXTRA_PASSES)
1051 xgcc$(exeext) cpp$(exeext) cc1$(exeext) cc1*-dummy$(exeext) $(EXTRA_PASSES) \
1296 c: cc1$(exeext)
1323 # cpp is to cpp0 as gcc is to cc1.
1398 cc1-dummy$(exeext): $(C_OBJS) dummy-checksum.o $(BACKEND) $(LIBDEPS)
1402 cc1-checksum.c : cc1
[all...]
/freebsd-10.2-release/sys/net80211/
H A Dieee80211_scan_sta.c141 isocmp(const uint8_t cc1[], const uint8_t cc2[]) argument
143 return (cc1[0] == cc2[0] && cc1[1] == cc2[1]);
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp17570 enum X86::CondCode cc1 = (enum X86::CondCode)N1.getConstantOperandVal(0); local
17572 if (cc1 == X86::COND_E || cc1 == X86::COND_NE) {
17574 cc0 = cc1;
17575 cc1 = tmp;
17578 if ((cc0 == X86::COND_E && cc1 == X86::COND_NP) ||
17579 (cc0 == X86::COND_NE && cc1 == X86::COND_P)) {

Completed in 213 milliseconds