Home
last modified time | relevance | path

Searched refs:compile (Results 1 – 25 of 2518) sorted by relevance

12345678910>>...101

/netbsd-src/external/gpl3/gdb/dist/sim/h8300/
H A DChangeLog-202145 * compile.c: Include sim-signal.h.
49 * compile.c (sim_open): Set current_target_byte_order.
55 * compile.c: Include sim/callback.h.
86 * compile.c (decode): Rewrite oprand type for specific case.
96 * compile.c (h8_get_state): Change sd to H8300_SIM_STATE.
112 * compile.c: Replace config.h include with defs.h.
121 * compile.c (h8_set_macS): Disable with #if 0.
166 * compile.c (sim_open): Delete 3rd arg to sim_cpu_alloc_all.
170 * compile.c (init_pointers): Fix sequence point warning.
174 * compile.c (cmdline_location): Use new-style declaration.
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/UpdateTestChecks/
H A Dasm.py17 ASM_FUNCTION_X86_RE = re.compile(
25 ASM_FUNCTION_ARM_RE = re.compile(
32 ASM_FUNCTION_AARCH64_RE = re.compile(
40 ASM_FUNCTION_AMDGPU_RE = re.compile(
47 ASM_FUNCTION_HEXAGON_RE = re.compile(
54 ASM_FUNCTION_M68K_RE = re.compile(
60 ASM_FUNCTION_MIPS_RE = re.compile(
70 ASM_FUNCTION_MSP430_RE = re.compile(
76 ASM_FUNCTION_AVR_RE = re.compile(
82 ASM_FUNCTION_PPC_RE = re.compile(
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DMakefile.in513 $(LIBTOOLFLAGS) --mode=compile $(FC) $(DEFS) \
531 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
548 $(LIBTOOLFLAGS) --mode=compile $(FC) $(AM_FCFLAGS) $(FCFLAGS)
1824 mostlyclean-compile:
1827 distclean-compile:
2460 …$(AM_V_PPFC)$(LIBTOOL) $(AM_V_lt) --tag=FC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(FC)…
2463 …$(AM_V_PPFC)$(LIBTOOL) $(AM_V_lt) --tag=FC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(FC)…
2466 …$(AM_V_PPFC)$(LIBTOOL) $(AM_V_lt) --tag=FC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(FC)…
2469 …$(AM_V_PPFC)$(LIBTOOL) $(AM_V_lt) --tag=FC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(FC)…
2472 …$(AM_V_PPFC)$(LIBTOOL) $(AM_V_lt) --tag=FC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(FC)…
[all …]
H A Dmk-kinds-h.sh13 compile="$3"
21 if $compile -S tmp$$.f90 > /dev/null 2>&1; then
54 long_double_kind=`$compile -S -fdump-parse-tree tmq$$.f90 | grep TRANSFER \
63 if $compile -S tmp$$.f90 > /dev/null 2>&1; then
86 huge=`$compile -S -fdump-parse-tree tmq$$.f90 | grep TRANSFER \
92 tiny=`$compile -S -fdump-parse-tree tmq$$.f90 | grep TRANSFER \
98 digits=`$compile -S -fdump-parse-tree tmq$$.f90 | grep TRANSFER \
104 radix=`$compile -S -fdump-parse-tree tmq$$.f90 | grep TRANSFER \
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/
H A DMakefile.in493 $(LIBTOOLFLAGS) --mode=compile $(FC) $(DEFS) \
511 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
528 $(LIBTOOLFLAGS) --mode=compile $(FC) $(AM_FCFLAGS) $(FCFLAGS)
1709 mostlyclean-compile:
1712 distclean-compile:
2291 …$(AM_V_PPFC)$(LIBTOOL) $(AM_V_lt) --tag=FC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(FC)…
2294 …$(AM_V_PPFC)$(LIBTOOL) $(AM_V_lt) --tag=FC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(FC)…
2297 …$(AM_V_PPFC)$(LIBTOOL) $(AM_V_lt) --tag=FC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(FC)…
2300 …$(AM_V_PPFC)$(LIBTOOL) $(AM_V_lt) --tag=FC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(FC)…
2303 …$(AM_V_PPFC)$(LIBTOOL) $(AM_V_lt) --tag=FC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(FC)…
[all …]
H A Dmk-kinds-h.sh5 compile="$1"
18 if $compile -S tmp$$.f90 > /dev/null 2>&1; then
51 long_double_kind=`$compile -S -fdump-parse-tree tmq$$.f90 | grep TRANSFER \
60 if $compile -S tmp$$.f90 > /dev/null 2>&1; then
79 huge=`$compile -S -fdump-parse-tree tmq$$.f90 | grep TRANSFER \
85 digits=`$compile -S -fdump-parse-tree tmq$$.f90 | grep TRANSFER \
91 radix=`$compile -S -fdump-parse-tree tmq$$.f90 | grep TRANSFER \
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/tools/
H A Dstrip_asm.py14 label_re = re.compile("\s*j[a-z]+\s+\.L([a-zA-Z0-9][a-zA-Z0-9_]*)")
24 label_decl = re.compile("^[.]{0,1}L([a-zA-Z0-9][a-zA-Z0-9_]*)(?=:)")
43 label_decl = re.compile("^\.L([a-zA-Z0-9][a-zA-Z0-9_]*)(?=:)")
93 re.compile("\s+\..*$"), # directive
94 re.compile("\s*#(NO_APP|APP)$"), #inline ASM
95 re.compile("\s*#.*$"), # comment line
96 re.compile("\s*\.globa?l\s*([.a-zA-Z_][a-zA-Z0-9$_.]*)"), #global directive
97 re.compile("\s*\.(string|asciz|ascii|[1248]?byte|short|word|long|quad|value|zero)"),
102 fn_label_def = re.compile("^[a-zA-Z_][a-zA-Z0-9_.]*:")
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/tools/
H A Dstrip_asm.py14 label_re = re.compile("\s*j[a-z]+\s+\.L([a-zA-Z0-9][a-zA-Z0-9_]*)")
24 label_decl = re.compile("^[.]{0,1}L([a-zA-Z0-9][a-zA-Z0-9_]*)(?=:)")
43 label_decl = re.compile("^\.L([a-zA-Z0-9][a-zA-Z0-9_]*)(?=:)")
93 re.compile("\s+\..*$"), # directive
94 re.compile("\s*#(NO_APP|APP)$"), #inline ASM
95 re.compile("\s*#.*$"), # comment line
96 re.compile("\s*\.globa?l\s*([.a-zA-Z_][a-zA-Z0-9$_.]*)"), #global directive
97 re.compile("\s*\.(string|asciz|ascii|[1248]?byte|short|word|long|quad|value|zero)"),
102 fn_label_def = re.compile("^[a-zA-Z_][a-zA-Z0-9_.]*:")
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A DMakefile.in394 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
842 mostlyclean-compile:
959 distclean-compile:
1132 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $…
1136 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) …
1139 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $…
1143 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) …
1146 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $…
1150 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) …
1153 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $…
[all …]
/netbsd-src/sys/arch/hpc/stand/
H A DMakefile79 -rm -rf compile/ARM*Debug compile/ARM*Release \
80 compile/SH*Debug compile/SH*Release \
81 compile/MIPSDebug compile/MIPSRelease
95 cp compile/SHRelease/hpcboot.exe binary/SH3/hpcboot200.exe
98 cp compile/MIPSRelease/hpcboot.exe binary/MIPS/hpcboot101.exe
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A DMakefile.in393 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
938 mostlyclean-compile:
943 distclean-compile:
1067 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT netmgr/libisc_la-netmgr.lo -MD -MP -MF netmgr/$(DEPDIR)/libisc_la-netmgr.Tpo -c -o netmgr/libisc_la-netmgr.lo `test -f 'netmgr/netmgr.c' || echo '$(srcdir)/'`netmgr/netmgr.c
1071 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o netmgr/libisc_la-netmgr.lo `test -f 'netmgr/netmgr.c' || echo '$(srcdir)/'`netmgr/netmgr.c
1074 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT netmgr/libisc_la-proxystream.lo -MD -MP -MF netmgr/$(DEPDIR)/libisc_la-proxystream.Tpo -c -o netmgr/libisc_la-proxystream.lo `test -f 'netmgr/proxystream.c' || echo '$(srcdir)/'`netmgr/proxystream.c
1078 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o netmgr/libisc_la-proxystream.lo `test -f 'netmgr/proxystream.c' || echo '$(srcdir)/'`netmgr/proxystream.c
1081 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT netmgr/libisc_la-proxyudp.lo -MD -MP -MF netmgr/$(DEPDIR)/libisc_la-proxyudp.Tpo -c -o netmgr/libisc_la-proxyudp.lo `test -f 'netmgr/proxyudp.c' || echo '$(srcdir)/'`netmgr/proxyudp.c
1085 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o netmgr/libisc_la-proxyudp.lo `test -f 'netmgr/proxyudp.c' || echo '$(srcdir)/'`netmgr/proxyudp.c
1088 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile
[all...]
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A DMakefile.in432 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
975 mostlyclean-compile:
978 distclean-compile:
1112 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdns_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdns_la-acl.lo -MD -MP -MF $(DEPDIR)/libdns_la-acl.Tpo -c -o libdns_la-acl.lo `test -f 'acl.c' || echo '$(srcdir)/'`acl.c
1116 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdns_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdns_la-acl.lo `test -f 'acl.c' || echo '$(srcdir)/'`acl.c
1119 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdns_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdns_la-adb.lo -MD -MP -MF $(DEPDIR)/libdns_la-adb.Tpo -c -o libdns_la-adb.lo `test -f 'adb.c' || echo '$(srcdir)/'`adb.c
1123 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdns_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdns_la-adb.lo `test -f 'adb.c' || echo '$(srcdir)/'`adb.c
1126 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdns_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdns_la-badcache.lo -MD -MP -MF $(DEPDIR)/libdns_la-badcache.Tpo -c -o libdns_la-badcache.lo `test -f 'badcache.c' || echo '$(srcdir)/'`badcache.c
1130 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdns_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdns_la-badcache.lo `test -f 'badcache.c' || echo '$(srcdir)/'`badcache.c
1133 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile
[all...]
/netbsd-src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/
H A Dprepend.t28 $tmpl1->compile;
29 $tmpl2->compile;
49 $tmpl1->compile;
50 $tmpl2->compile;
69 $tmpl1->compile;
70 $tmpl2->compile;
/netbsd-src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/t/
H A D11-prepend.t33 $tmpl1->compile;
34 $tmpl2->compile;
57 $tmpl1->compile;
58 $tmpl2->compile;
80 $tmpl1->compile;
81 $tmpl2->compile;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/scripts/
H A Dmake_graph.py111 self.native_re = re.compile(r'n_(?:.*?)')
118 self.mask_re = re.compile(r'mask(?:.*?)')
119 self.mod_re = re.compile(r'mod(?:.*?)')
121 self.rb_tree_mmap_rb_tree_set_re = re.compile(r'rb_tree_mmap_rb_tree_set(?:.*?)')
122 self.rb_tree_mmap_lu_mtf_set_re = re.compile(r'rb_tree_mmap_lu_mtf_set(?:.*?)')
124 self.splay_re = re.compile(r'splay(?:.*?)')
125 self.rb_tree_re = re.compile(r'rb_tree(?:.*?)')
126 self.ov_tree_re = re.compile(r'ov_tree(?:.*?)')
127 self.splay_tree_re = re.compile(r'splay_tree(?:.*?)')
129 self.pat_trie_re = re.compile(r'pat_trie(?:.*?)')
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
H A Dmake_graph.py111 self.native_re = re.compile(r'n_(?:.*?)')
118 self.mask_re = re.compile(r'mask(?:.*?)')
119 self.mod_re = re.compile(r'mod(?:.*?)')
121 self.rb_tree_mmap_rb_tree_set_re = re.compile(r'rb_tree_mmap_rb_tree_set(?:.*?)')
122 self.rb_tree_mmap_lu_mtf_set_re = re.compile(r'rb_tree_mmap_lu_mtf_set(?:.*?)')
124 self.splay_re = re.compile(r'splay(?:.*?)')
125 self.rb_tree_re = re.compile(r'rb_tree(?:.*?)')
126 self.ov_tree_re = re.compile(r'ov_tree(?:.*?)')
127 self.splay_tree_re = re.compile(r'splay_tree(?:.*?)')
129 self.pat_trie_re = re.compile(r'pat_trie(?:.*?)')
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dmklog.py41 pr_regex = re.compile(r'(\/(\/|\*)|[Cc*!])\s+(?P<pr>PR [a-z+-]+\/[0-9]+)')
42 prnum_regex = re.compile(r'PR (?P<comp>[a-z+-]+)/(?P<num>[0-9]+)')
43 dr_regex = re.compile(r'(\/(\/|\*)|[Cc*!])\s+(?P<dr>DR [0-9]+)')
44 dg_regex = re.compile(r'{\s+dg-(error|warning)')
45 pr_filename_regex = re.compile(r'(^|[\W_])[Pp][Rr](?P<pr>\d{4,})')
46 identifier_regex = re.compile(r'^([a-zA-Z0-9_#].*)')
47 comment_regex = re.compile(r'^\/\*')
48 struct_regex = re.compile(r'^(class|struct|union|enum)\s+'
50 macro_regex = re.compile(r'#\s*(define|undef)\s+([a-zA-Z0-9_]+)')
51 super_macro_regex = re.compile(r'^DEF[A-Z0-9_]+\s*\(([a-zA-Z0-9_]+)')
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A DMakefile.in115 $(top_srcdir)/cf/check-compile-et.m4 \
610 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
1876 mostlyclean-compile:
1881 distclean-compile:
2091 …$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(D…
2095 …$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(D…
2098 …$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(D…
2102 …$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(D…
2105 …$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(D…
2109 …$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(D…
[all …]
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A DMakefile.in73 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
310 mostlyclean-compile:
313 distclean-compile:
356 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(…
360 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $…
363 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(…
367 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $…
370 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(…
374 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $…
377 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(…
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A DMakefile.in129 $(top_srcdir)/cf/check-compile-et.m4 \
784 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
1940 mostlyclean-compile:
1943 distclean-compile:
2171 …$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(D…
2175 …$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(D…
2178 …$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(D…
2182 …$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(D…
2185 …$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(D…
2189 …$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(D…
[all …]
/netbsd-src/external/bsd/iscsi/dist/src/lib/
H A DMakefile.in87 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
304 mostlyclean-compile:
307 distclean-compile:
348 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $…
352 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) …
355 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $…
359 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) …
362 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $…
366 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) …
369 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $…
[all …]
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dmklog.py45 pr_regex = re.compile(r'(\/(\/|\*)|[Cc*!])\s+(?P<pr>PR [a-z+-]+\/[0-9]+)')
46 prnum_regex = re.compile(r'PR (?P<comp>[a-z+-]+)/(?P<num>[0-9]+)')
47 dr_regex = re.compile(r'(\/(\/|\*)|[Cc*!])\s+(?P<dr>DR [0-9]+)')
48 dg_regex = re.compile(r'{\s+dg-(error|warning)')
49 pr_filename_regex = re.compile(r'(^|[\W_])[Pp][Rr](?P<pr>\d{4,})')
50 identifier_regex = re.compile(r'^([a-zA-Z0-9_#].*)')
51 comment_regex = re.compile(r'^\/\*')
52 struct_regex = re.compile(r'^(class|struct|union|enum)\s+'
54 macro_regex = re.compile(r'#\s*(define|undef)\s+([a-zA-Z0-9_]+)')
55 super_macro_regex = re.compile(r'^DEF[A-Z0-9_]+\s*\(([a-zA-Z0-9_]+)')
[all …]
/netbsd-src/external/mit/isl/dist/
H A Dpy-compile34 me=py-compile
65 Usage: py-compile [--help] [--version] [--basedir DIR] [--destdir DIR] FILES..."
152 py_compile.compile(filepath, $import_call(filepath), path)
154 py_compile.compile(filepath, filepath + 'c', path)
176 py_compile.compile(filepath, $import_call(filepath$import_arg2), path)
178 py_compile.compile(filepath, filepath + 'o', path)
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dschedcover.py62 re_sched_default = re.compile("SchedRW machine model for ([^ ]*) (.*)\n");
63 re_sched_no_default = re.compile("No machine model for ([^ ]*)\n");
64 re_sched_spec = re.compile("InstRW on ([^ ]*) for ([^ ]*) (.*)\n");
65 re_sched_no_spec = re.compile("No machine model for ([^ ]*) on processor (.*)\n");
66 re_sched_itin = re.compile("Itinerary for ([^ ]*): ([^ ]*)\n")
85 filt = re.compile(sys.argv[2], re.IGNORECASE)
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A Dcompilation.py52 re.compile(r'^(intercept-|analyze-|)c(c|\+\+)$'),
53 re.compile(r'^([^-]*-)*[mg](cc|\+\+)(-\d+(\.\d+){0,2})?$'),
54 re.compile(r'^([^-]*-)*clang(\+\+)?(-\d+(\.\d+){0,2})?$'),
55 re.compile(r'^llvm-g(cc|\+\+)$'),
134 cplusplus = re.compile(r'^(.+)(\+\+)(-.+|)$')

12345678910>>...101