Searched refs:tmpl2 (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/ |
| H A D | prepend.t | 23 my $tmpl2 = Text::Template->new( 29 $tmpl2->compile; 32 my $t2 = $tmpl2->fill_in(PACKAGE => 'T2'); 33 my $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T3'); 44 $tmpl2 = Emptyclass1->new( 50 $tmpl2->compile; 53 $t2 = $tmpl2->fill_in(PACKAGE => 'T5'); 54 $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T6'); 64 $tmpl2 = Emptyclass2->new( 70 $tmpl2->compile; [all …]
|
| H A D | strict.t | 23 my $tmpl2 = Text::Template->new( 29 $tmpl2->compile; 35 my $t2 = $tmpl2->fill_in(PACKAGE => 'T2', HASH => { bar => 'baz' }); 38 my $t3 = $tmpl2->fill_in(
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/t/ |
| H A D | 11-prepend.t | 28 $tmpl2 = Text::Template->new(TYPE => 'STRING', 34 $tmpl2->compile; 37 $t2 = $tmpl2->fill_in(PACKAGE => 'T2'); 38 $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T3'); 52 $tmpl2 = Emptyclass1->new(TYPE => 'STRING', 58 $tmpl2->compile; 61 $t2 = $tmpl2->fill_in(PACKAGE => 'T5'); 62 $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T6'); 75 $tmpl2 = Emptyclass2->new(TYPE => 'STRING', 81 $tmpl2->compile; [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | pt.c | 3468 template_heads_equivalent_p (const_tree tmpl1, const_tree tmpl2) in template_heads_equivalent_p() argument 3471 tree parms2 = DECL_TEMPLATE_PARMS (tmpl2); in template_heads_equivalent_p() 24448 tree tmpl2 = TREE_VALUE (pat2); in more_specialized_partial_spec() local 24450 tree specargs2 = TI_ARGS (get_template_info (DECL_TEMPLATE_RESULT (tmpl2))); in more_specialized_partial_spec() 24464 targs = get_partial_spec_bindings (tmpl, tmpl2, specargs1); in more_specialized_partial_spec() 24475 winner = more_constrained (tmpl1, tmpl2); in more_specialized_partial_spec()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | pt.cc | 3513 template_heads_equivalent_p (const_tree tmpl1, const_tree tmpl2) in template_heads_equivalent_p() argument 3516 tree parms2 = DECL_TEMPLATE_PARMS (tmpl2); in template_heads_equivalent_p() 25358 tree tmpl2 = TREE_VALUE (pat2); in more_specialized_partial_spec() local 25360 tree specargs2 = TI_ARGS (get_template_info (DECL_TEMPLATE_RESULT (tmpl2))); in more_specialized_partial_spec() 25374 targs = get_partial_spec_bindings (tmpl, tmpl2, specargs1); in more_specialized_partial_spec() 25385 winner = more_constrained (tmpl1, tmpl2); in more_specialized_partial_spec()
|
| /netbsd-src/external/gpl3/gcc/dist/ |
| H A D | MD5SUMS | 13082 cc2373e435695606310d41c976621d1d gcc/testsuite/g++.dg/cpp0x/conv-tmpl2.C 24244 a77e6e7dfe945ae93a74a5a76f57b7c3 gcc/testsuite/g++.dg/template/dependent-tmpl2.C 27910 10ba7935836a909b4eeef0ac2a8431b5 gcc/testsuite/g++.old-deja/g++.eh/tmpl2.C 98687 1fd8ef440f5fd08e0117c3c00500294b libgo/go/html/template/testdata/tmpl2.tmpl 100658 1fd8ef440f5fd08e0117c3c00500294b libgo/go/text/template/testdata/tmpl2.tmpl
|
| /netbsd-src/external/gpl3/gcc.old/dist/ |
| H A D | MD5SUMS | 11983 cc2373e435695606310d41c976621d1d gcc/testsuite/g++.dg/cpp0x/conv-tmpl2.C 24404 10ba7935836a909b4eeef0ac2a8431b5 gcc/testsuite/g++.old-deja/g++.eh/tmpl2.C 87144 1fd8ef440f5fd08e0117c3c00500294b libgo/go/text/template/testdata/tmpl2.tmpl
|