Searched refs:cc (Results 901 - 925 of 2210) sorted by relevance

<<31323334353637383940>>

/netbsd-current/external/bsd/jemalloc/dist/bin/
H A Djemalloc-config.in18 --cc : Print compiler used to build jemalloc.
62 --cc)
/netbsd-current/external/lgpl3/gmp/dist/mpq/
H A Dcmp.c47 int cc; local
150 cc = tmp1_size - tmp2_size != 0
153 return num1_sign < 0 ? -cc : cc;
/netbsd-current/external/gpl3/gcc/lib/libstdc++-v3/include/
H A DMakefile11 .cc: # disable .cc->NULL transform
/netbsd-current/external/bsd/compiler_rt/lib/clang/lib/netbsd/xray-m64/
H A DMakefile20 COPTS.xray_init.cc+= ${${ACTIVE_CXX} == "gcc" :? -Wno-error :}
/netbsd-current/external/bsd/compiler_rt/lib/clang/lib/netbsd/safestack-m64/
H A DMakefile23 COPTS.safestack.cc+= ${${ACTIVE_CXX} == "gcc" :? -Wno-error :}
/netbsd-current/external/bsd/compiler_rt/lib/clang/lib/netbsd/safestack-m32/
H A DMakefile23 COPTS.safestack.cc+= ${${ACTIVE_CXX} == "gcc" :? -Wno-error :}
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/
H A DMakefile17 ifeq ($(call cc-ifversion, -lt, 0701, y), y)
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dsc/
H A DMakefile14 ifeq ($(call cc-ifversion, -lt, 0701, y), y)
/netbsd-current/common/dist/zlib/contrib/minizip/
H A DMakefile1 CC=cc
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/minizip/
H A DMakefile1 CC=cc
/netbsd-current/external/gpl3/gcc.old/usr.bin/gcov/
H A DMakefile6 SRCS= ${G_GCOV_OBJS:S/json.o/json.cc/:.o=.c}
/netbsd-current/external/gpl3/gcc.old/lib/libstdc++-v3/include/
H A DMakefile11 .cc: # disable .cc->NULL transform
/netbsd-current/tests/kernel/
H A Dt_fexecve.sh48 atf_check -s exit:0 -o ignore -e ignore cc -o hello hello.c
/netbsd-current/usr.sbin/rpc.bootparamd/
H A DMakefile31 cc -o test ${.ALLSRC} -lrpcsvc
/netbsd-current/usr.sbin/rpc.lockd/
H A DMakefile24 cc -o test ${.CURDIR}/test.c -lrpcsvc
/netbsd-current/usr.sbin/rpc.statd/
H A DMakefile28 cc -o test ${.CURDIR}/test.c -lrpcsvc
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/minizip/
H A DMakefile1 CC=cc
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dgen.c154 static struct cc { struct
155 struct cc *next;
399 struct cc *newcc;
400 struct cc *cc, *oldcc; local
463 newcc = (struct cc *)malloc(sizeof(*newcc));
471 cc = classes;
474 while ((cc != NULL) && (cc->rdclass < rdclass)) {
475 oldcc = cc;
546 struct cc *cc; local
[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dgen.c138 static struct cc { struct
139 struct cc *next;
435 struct cc *newcc;
436 struct cc *cc, *oldcc; local
499 newcc = (struct cc *)malloc(sizeof(*newcc));
507 cc = classes;
510 while ((cc != NULL) && (cc->rdclass < rdclass)) {
511 oldcc = cc;
591 struct cc *cc; local
[all...]
/netbsd-current/tests/usr.bin/
H A DMakefile8 TESTS_SUBDIRS= awk basename bzip2 cc cmp compress config cpio col cut \
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
H A DMakefile1 CC=cc
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.perf/
H A Dskip-command.exp30 standard_testfile .cc skip-funcs.cc
129 # N.B. The function name must match the ones in skip-command.cc.
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dnamespace.exp30 standard_testfile .cc namespace1.cc
90 -re "All functions.*File.*namespace.cc:\r\n.*\tint AAA::A_xyzq\\(int\\);\r\n.*\tint BBB::B_xyzq\\(int\\);\r\n.*\tchar AAA::xyzq\\(char\\);\r\n.*\tchar BBB::xyzq\\(char\\);\r\n.*\tchar BBB::CCC::xyzq\\(char\\);\r\n.*\tchar BBB::Class::xyzq\\(char\\);\r\n$gdb_prompt $" {
93 -re "All functions.*File.*namespace.cc:\r\n.*\tint AAA::A_xyzq\\(int\\);\r\n.*\tchar AAA::xyzq\\(char\\);\r\n.*\tint BBB::B_xyzq\\(int\\);\r\n.*\tchar BBB::CCC::xyzq\\(char\\);\r\n.*\tchar BBB::Class::xyzq\\(char\\);\r\n.*\tchar BBB::xyzq\\(char\\);\r\n$gdb_prompt $" {
109 "Breakpoint.*at $hex: file.*namespace.cc, line 47\\."
127 "Breakpoint.*at $hex: file.*namespace.cc, line 63\\."
145 "Breakpoint.*at $hex: file.*namespace.cc, line 68\\."
198 gdb_test "print cc" "No symbol \"cc\" in current context."
199 gdb_test "print 'C::cc'" "\\
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dnamespace.exp30 standard_testfile .cc namespace1.cc
90 -re "All functions.*File.*namespace.cc:\r\n.*\tint AAA::A_xyzq\\(int\\);\r\n.*\tint BBB::B_xyzq\\(int\\);\r\n.*\tchar AAA::xyzq\\(char\\);\r\n.*\tchar BBB::xyzq\\(char\\);\r\n.*\tchar BBB::CCC::xyzq\\(char\\);\r\n.*\tchar BBB::Class::xyzq\\(char\\);\r\n$gdb_prompt $" {
93 -re "All functions.*File.*namespace.cc:\r\n.*\tint AAA::A_xyzq\\(int\\);\r\n.*\tchar AAA::xyzq\\(char\\);\r\n.*\tint BBB::B_xyzq\\(int\\);\r\n.*\tchar BBB::CCC::xyzq\\(char\\);\r\n.*\tchar BBB::Class::xyzq\\(char\\);\r\n.*\tchar BBB::xyzq\\(char\\);\r\n$gdb_prompt $" {
109 "Breakpoint.*at $hex: file.*namespace.cc, line 47\\."
127 "Breakpoint.*at $hex: file.*namespace.cc, line 63\\."
145 "Breakpoint.*at $hex: file.*namespace.cc, line 68\\."
198 gdb_test "print cc" "No symbol \"cc\" in current context."
199 gdb_test "print 'C::cc'" "\\
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/
H A Dskip-command.exp32 standard_testfile .cc skip-funcs.cc
131 # N.B. The function name must match the ones in skip-command.cc.

Completed in 303 milliseconds

<<31323334353637383940>>