| /trueos/etc/ |
| HD | rc.initdiskless | 266 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/ |
| HD | NEWS | 159 * 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 …]
|
| HD | ChangeLog-1997 | 100 * 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 …]
|
| HD | ChangeLog-1998 | 97 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/ |
| HD | tasn_fre.c | 101 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()
|
| HD | tasn_new.c | 128 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()
|
| HD | tasn_enc.c | 146 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()
|
| HD | tasn_prn.c | 219 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()
|
| HD | tasn_dec.c | 192 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/ |
| HD | cp-demangle.c | 260 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/ |
| HD | cp-demangle.c | 228 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/ |
| D | Makefile.am | 202 $(LTCXXCOMPILE) -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c $< 204 $(CXXCOMPILE) -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c $< 221 -fno-implicit-templates \
|
| /trueos/contrib/gcc/ |
| HD | tree-ssa-address.c | 85 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/ |
| HD | README.ASN1 | 61 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/ |
| HD | openssh.spec | 93 /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/ |
| HD | README | 1 The files in this directory are linker script templates.
|
| /trueos/lib/libc/softfloat/ |
| HD | softfloat-source.txt | 108 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/ |
| HD | DiagnosticCommonKinds.td | 71 "variadic templates are a C++11 extension">, InGroup<CXX11>; 73 Warning<"variadic templates are incompatible with C++98">,
|
| /trueos/contrib/libstdc++/include/tr1/ |
| D | unordered_set | 23 // templates or use macros or inline functions from this file, or you compile 44 // XXX When we get typedef templates these class definitions
|
| D | unordered_map | 23 // 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++/ |
| D | Makefile | 31 CXXFLAGS+= -fno-implicit-templates -ffunction-sections -fdata-sections
|
| /trueos/share/examples/tests/ |
| HD | README | 10 If you use any files in here as templates for your own code, please
|
| /trueos/contrib/gdb/gdb/ |
| HD | PROBLEMS | 26 gdb/931: GDB could be more generous when reading types C++ templates on input 36 dealing with templates.
|
| /trueos/tools/test/testfloat/ |
| HD | testfloat-source.txt | 108 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/ |
| HD | qos-config.txt | 13 Both VL arbitration templates are pairs of VL and weight
|