Searched refs:templates (Results 1 - 25 of 25) sorted by path

/freebsd-11-stable/contrib/binutils/
H A DMakefile.in306 LIBCXXFLAGS = $(CXXFLAGS) -fno-implicit-templates
360 LIBCXXFLAGS_FOR_TARGET = $(CXXFLAGS_FOR_TARGET) -fno-implicit-templates
[all...]
H A DMakefile.tpl309 LIBCXXFLAGS = $(CXXFLAGS) -fno-implicit-templates
363 LIBCXXFLAGS_FOR_TARGET = $(CXXFLAGS_FOR_TARGET) -fno-implicit-templates
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-i386.c255 /* Possible templates for current insn. */
256 static const templates *current_templates;
1213 templates *core_optab;
1217 core_optab = (templates *) xmalloc (sizeof (templates));
1240 core_optab = (templates *) xmalloc (sizeof (templates));
1744 /* Now we've parsed the mnemonic into a set of templates, and have the
2139 static templates override;
2394 /* We must avoid matching of Imm32 templates whe
[all...]
H A Dtc-i386.h131 'templates' is for grouping together 'template' structures for opcodes
134 The templates themselves start at START and range up to (but not including)
142 templates; typedef in typeref:struct:__anon321
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcp-demangle.c238 /* A list of templates. This is used while printing. */
259 /* The list of templates which applies to this modifier. */
260 struct d_print_template *templates; member in struct:d_print_mod
294 /* The current list of templates, if any. */
295 struct d_print_template *templates; member in struct:d_print_info
2723 dpi->templates = NULL;
2904 adpm[i].templates = dpi->templates;
2919 dpt.next = dpi->templates;
2920 dpi->templates
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Dpt.c1 /* Handle parameterized types (templates) for GNU C++.
27 file that contains only the method templates and "just win". */
54 /* The PENDING_TEMPLATES is a TREE_LIST of templates whose
549 which the template is a member, or, for member templates, in the
565 the member template and some of its enclosing class templates may
568 class templates are not explicitly specialized as well. */
571 error ("enclosing class templates are not explicitly specialized");
648 which the template is a member, or, for member templates, in the
829 templates with more than one level of parameters.
887 /* Class templates stor
1390 tree templates = NULL_TREE; local
11416 most_specialized_instantiation(tree templates) argument
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-address.c82 /* The templates. Each of the five bits of the index corresponds to one
85 static GTY (()) struct mem_addr_template templates[32]; variable in typeref:struct:mem_addr_template
171 by using one of the "templates". */
194 /* Reuse the templates for addresses, so that we do not waste memory. */
210 &templates[i].ref,
211 &templates[i].step_p,
212 &templates[i].off_p);
215 templ = templates + TEMPL_IDX (addr->symbol, addr->base, addr->index,
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcp-demangle.c206 /* A list of templates. This is used while printing. */
227 /* The list of templates which applies to this modifier. */
228 struct d_print_template *templates; member in struct:d_print_mod
243 /* The current list of templates, if any. */
244 struct d_print_template *templates; member in struct:d_print_info
2694 dpi.templates = NULL;
2770 adpm[i].templates = dpi->templates;
2785 dpt.next = dpi->templates;
2786 dpi->templates
[all...]
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A DMakefile.am85 -fno-implicit-templates \
H A DMakefile.in361 -fno-implicit-templates \
/freebsd-11-stable/contrib/libstdc++/src/
H A DMakefile.am202 $(LTCXXCOMPILE) -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c $<
204 $(CXXCOMPILE) -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c $<
221 -fno-implicit-templates \
H A DMakefile.in404 -fno-implicit-templates \
764 $(LTCXXCOMPILE) -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c $<
766 $(CXXCOMPILE) -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c $<
/freebsd-11-stable/crypto/openssh/contrib/suse/
H A Dopenssh.spec91 /var/adm/fillup-templates/rc.config.sshd, since Damien merged these into
158 install -d $RPM_BUILD_ROOT/var/adm/fillup-templates
162 $RPM_BUILD_ROOT/var/adm/fillup-templates
228 %attr(0644,root,root) /var/adm/fillup-templates/sysconfig.ssh
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dasn1t.h567 const ASN1_TEMPLATE *templates; /* If SEQUENCE or CHOICE this contains member in struct:ASN1_ITEM_st
569 long tcount; /* Number of templates if SEQUENCE or CHOICE */
584 * Otherwise templates must contain a single
588 * For SEQUENCE types the templates field points
592 * For CHOICE types the templates field points
H A Dtasn_fre.c98 if (it->templates)
99 ASN1_template_free(pval, it->templates);
117 tt = it->templates + i;
156 tt = it->templates + it->tcount - 1;
H A Dtasn_new.c129 if (it->templates) {
130 if (!ASN1_template_new(pval, it->templates))
187 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) {
239 if (it->templates)
240 asn1_template_clear(pval, it->templates);
H A Dtasn_prn.c220 if (it->templates) {
222 it->templates, pctx))
262 tt = it->templates + i;
291 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) {
H A Dtasn_dec.c206 if (it->templates) {
219 it->templates, opt, ctx, depth);
344 tt = it->templates + i;
355 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) {
430 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) {
443 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) {
H A Dtasn_enc.c147 if (it->templates)
148 return asn1_template_ex_i2d(pval, out, it->templates,
179 chtt = it->templates + i;
233 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) {
252 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) {
/freebsd-11-stable/etc/
H A Drc.initdiskless274 templates="base default"
276 templates="${templates} ${bootp_ipbca} bcast/${bootp_ipbca}"
279 templates="${templates} ${class}"
282 templates="${templates} ${bootp_ipa} ip/${bootp_ipa}"
288 # Resolve templates in /conf/base, /conf/default, /conf/${bootp_ipbca},
308 log "templates are ${templates}"
[all...]
/freebsd-11-stable/gnu/lib/libstdc++/
H A DMakefile22 CXXFLAGS+= -fno-implicit-templates -ffunction-sections -fdata-sections \
/freebsd-11-stable/gnu/lib/libsupc++/
H A DMakefile28 CXXFLAGS+= -fno-implicit-templates -ffunction-sections -fdata-sections
/freebsd-11-stable/stand/usb/
H A Dusbcore.mk138 # USB core and templates
/freebsd-11-stable/sys/dev/usb/template/
H A Dusb_template.c29 * USB templates.
77 SYSCTL_NODE(_hw_usb, OID_AUTO, templates, CTLFLAG_RW, 0,
78 "USB device side templates");
/freebsd-11-stable/contrib/subversion/
H A Dbuild-outputs.mk2 # FROM build/generator/templates/build-outputs.mk.ezt

Completed in 367 milliseconds