Home
last modified time | relevance | path

Searched refs:templates (Results 1 – 25 of 187) sorted by relevance

12345678

/trueos/etc/
HDrc.initdiskless266 templates="base default"
268 templates="${templates} ${bootp_ipbca} bcast/${bootp_ipbca}"
271 templates="${templates} ${class}"
274 templates="${templates} ${bootp_ipa} ip/${bootp_ipa}"
300 log "templates are ${templates}"
301 for i in ${templates} ; do
354 for i in ${templates} ; do
/trueos/contrib/gcc/cp/
HDNEWS159 * You can now use -fno-implicit-inline-templates to suppress writing out
160 implicit instantiations of inline templates. Normally we do write them
161 out, even with -fno-implicit-templates, so that optimization doesn't
186 + local classes in templates are supported.
223 * g++ now uses a new implementation of templates. The basic idea is that
224 now templates are minimally parsed when seen and then expanded later.
232 + Instantiations of class templates and methods defined in the class
234 -fexternal-templates is specified).
235 + Nested types in class templates work.
236 + Static data member templates work.
[all …]
HDChangeLog-1997100 * decl2.c (finish_file): Lose handling of templates in pending_statics.
125 * pt.c (instantiate_decl): Defer all templates but inline functions.
400 * friend.c (do_friend): Warn about non-template friends in templates.
453 member templates.
490 (comp_template_args): Handle member templates required by tsubst.
625 member functions that are not member templates.
746 non-templates.
767 of member templates.
950 (get_first_fn): Handle function templates.
1115 member templates using the same parameter names can be declared.
[all …]
HDChangeLog-199897 processing templates unless really necessary.
109 array types when processing templates unless really necessary.
156 (grok_ctor_properties): Don't treat templates as copy
185 (tsubst_decl): Tweak so as not to confuse member templates with
325 * lang-options.h: Add -f{no-,}implicit-inline-templates.
431 (build_object_call): Lose 'templates'.
500 * decl2.c (validate_nonmember_using_decl): Allow using templates
505 Handle specifying template args to member function templates.
954 * class.c (instantiate_type): Don't consider templates for a normal
1311 templates where said parameters have the same name as the
[all …]
/trueos/crypto/openssl/crypto/asn1/
HDtasn_fre.c101 if (it->templates) in asn1_item_combine_free()
102 ASN1_template_free(pval, it->templates); in asn1_item_combine_free()
120 tt = it->templates + i; in asn1_item_combine_free()
159 tt = it->templates + it->tcount - 1; in asn1_item_combine_free()
HDtasn_new.c128 if (it->templates) { in asn1_item_ex_combine_new()
129 if (!ASN1_template_new(pval, it->templates)) in asn1_item_ex_combine_new()
186 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) { in asn1_item_ex_combine_new()
235 if (it->templates) in asn1_item_clear()
236 asn1_template_clear(pval, it->templates); in asn1_item_clear()
HDtasn_enc.c146 if (it->templates) in ASN1_item_ex_i2d()
147 return asn1_template_ex_i2d(pval, out, it->templates, in ASN1_item_ex_i2d()
162 chtt = it->templates + i; in ASN1_item_ex_i2d()
216 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) { in ASN1_item_ex_i2d()
233 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) { in ASN1_item_ex_i2d()
HDtasn_prn.c219 if (it->templates) { in asn1_item_print_ctx()
221 it->templates, pctx)) in asn1_item_print_ctx()
261 tt = it->templates + i; in asn1_item_print_ctx()
290 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) { in asn1_item_print_ctx()
HDtasn_dec.c192 if (it->templates) { in ASN1_item_ex_d2i()
205 it->templates, opt, ctx); in ASN1_item_ex_d2i()
311 tt = it->templates + i; in ASN1_item_ex_d2i()
322 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) { in ASN1_item_ex_d2i()
397 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) { in ASN1_item_ex_d2i()
408 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) { in ASN1_item_ex_d2i()
/trueos/contrib/binutils/libiberty/
HDcp-demangle.c260 struct d_print_template *templates; member
295 struct d_print_template *templates; member
2723 dpi->templates = NULL; in d_print_init()
2904 adpm[i].templates = dpi->templates; in d_print_comp()
2919 dpt.next = dpi->templates; in d_print_comp()
2920 dpi->templates = &dpt; in d_print_comp()
2949 adpm[i - 1].templates = dpi->templates; in d_print_comp()
2959 dpi->templates = dpt.next; in d_print_comp()
3028 if (dpi->templates == NULL) in d_print_comp()
3034 for (a = d_right (dpi->templates->template_decl); in d_print_comp()
[all …]
/trueos/contrib/gcclibs/libiberty/
HDcp-demangle.c228 struct d_print_template *templates; member
244 struct d_print_template *templates; member
2694 dpi.templates = NULL; in cplus_demangle_print()
2770 adpm[i].templates = dpi->templates; in d_print_comp()
2785 dpt.next = dpi->templates; in d_print_comp()
2786 dpi->templates = &dpt; in d_print_comp()
2815 adpm[i - 1].templates = dpi->templates; in d_print_comp()
2825 dpi->templates = dpt.next; in d_print_comp()
2877 if (dpi->templates == NULL) in d_print_comp()
2883 for (a = d_right (dpi->templates->template_decl); in d_print_comp()
[all …]
/trueos/contrib/libstdc++/src/
DMakefile.am202 $(LTCXXCOMPILE) -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c $<
204 $(CXXCOMPILE) -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c $<
221 -fno-implicit-templates \
/trueos/contrib/gcc/
HDtree-ssa-address.c85 static GTY (()) struct mem_addr_template templates[32]; variable
210 &templates[i].ref, in addr_for_mem_ref()
211 &templates[i].step_p, in addr_for_mem_ref()
212 &templates[i].off_p); in addr_for_mem_ref()
215 templ = templates + TEMPL_IDX (addr->symbol, addr->base, addr->index, in addr_for_mem_ref()
/trueos/crypto/openssl/
HDREADME.ASN161 in a manner similar to SNACC templates: it has nothing to do with C++
62 templates.
68 operate on templates.
73 which will then automatically handle all existing templates.
86 o Convert an existing ASN1 compiler (probably SNACC) to output templates
/trueos/crypto/openssh/contrib/suse/
HDopenssh.spec93 /var/adm/fillup-templates/rc.config.sshd, since Damien merged these into
161 install -d $RPM_BUILD_ROOT/var/adm/fillup-templates
165 $RPM_BUILD_ROOT/var/adm/fillup-templates
233 %attr(0644,root,root) /var/adm/fillup-templates/sysconfig.ssh
/trueos/contrib/binutils/ld/scripttempl/
HDREADME1 The files in this directory are linker script templates.
/trueos/lib/libc/softfloat/
HDsoftfloat-source.txt108 templates
112 templates
149 Alongside the supplied target-specific directories is a `templates'
151 new target directory can be created by copying the `templates' directory and
154 that the `templates' directory will not work as a target directory without
156 the files inside `templates' directly.
295 subdirectory by copying the given `templates' directory.
/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDDiagnosticCommonKinds.td71 "variadic templates are a C++11 extension">, InGroup<CXX11>;
73 Warning<"variadic templates are incompatible with C++98">,
/trueos/contrib/libstdc++/include/tr1/
Dunordered_set23 // templates or use macros or inline functions from this file, or you compile
44 // XXX When we get typedef templates these class definitions
Dunordered_map23 // templates or use macros or inline functions from this file, or you compile
44 // XXX When we get typedef templates these class definitions
/trueos/gnu/lib/libsupc++/
DMakefile31 CXXFLAGS+= -fno-implicit-templates -ffunction-sections -fdata-sections
/trueos/share/examples/tests/
HDREADME10 If you use any files in here as templates for your own code, please
/trueos/contrib/gdb/gdb/
HDPROBLEMS26 gdb/931: GDB could be more generous when reading types C++ templates on input
36 dealing with templates.
/trueos/tools/test/testfloat/
HDtestfloat-source.txt108 templates
140 Alongside the supplied target-specific directories there is a `templates'
142 A new target directory can be created by copying the `templates' directory
145 _Executables_.) Note that the `templates' directory will not work as a
147 to refrain from editing the files inside `templates' directly.
393 subdirectory under `testfloat' by copying the given `templates'
/trueos/contrib/ofed/management/opensm/doc/
HDqos-config.txt13 Both VL arbitration templates are pairs of VL and weight

12345678