Searched refs:gen_args (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssl/dist/Configurations/ |
| H A D | windows-makefile.tmpl | 717 my $gen_args = join('', map { " $_" } 769 $generator = '"$(PERL)"'.$gen_incs.' "'.$gen0.'"'.$gen_args 803 "\$(PERL)"$perlmodules "$dofile" "-o$target{build_file}" "$gen0"$gen_args > \$@ 814 "\$(PERL)" "\$(BLDDIR)\\util\\wrap.pl" "$gen0"$gen_args > \$@ 822 "\$(PERL)"$gen_incs "$gen0"$gen_args > \$@
|
| H A D | descrip.mms.tmpl | 946 my $gen_args = join('', map { " $_" } 1003 $generator = '$(PERL)'.$gen_incs.' '.$gen0.$gen_args 1008 die "Generator type for $src unknown: $gen0.$gen_args\n"; 1046 \$(PERL)$perlmodules $dofile "-o$target{build_file}" $gen0$gen_args > \$\@ 1058 PIPE MCR $gen0$gen_args > \$@ 1066 \$(PERL)$gen_incs $gen0$gen_args > \$\@
|
| H A D | unix-Makefile.tmpl | 1515 my $gen_args = join('', map { " $_" } 1571 $generator = 'CC="$(CC)" $(PERL)'.$gen_incs.' '.$gen0.$gen_args 1574 $generator = 'm4 -B 8192'.$gen_incs.' '.$gen0.$gen_args.' >' 1607 \$(PERL)$perlmodules "$dofile" "-o$target{build_file}" $gen0$gen_args > \$@ 1620 \$(PERL) \$(BLDDIR)/util/wrap.pl $gen0$gen_args > \$@ 1628 \$(PERL)$gen_incs $gen0$gen_args > \$@
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | pt.c | 15232 tree gen_args = tsubst (DECL_TI_ARGS (decl), args, complain, in_decl); in tsubst() local 15233 r = instantiate_alias_template (tmpl, gen_args, complain); in tsubst() 15240 tree gen_args = tsubst (DECL_TI_ARGS (decl), args, complain, in_decl); in tsubst() local 15241 r = retrieve_specialization (tmpl, gen_args, 0); in tsubst() 25648 tree gen_args; in instantiate_decl() local 25705 gen_args = DECL_TI_ARGS (d); in instantiate_decl() 25710 == TMPL_ARGS_DEPTH (gen_args)); in instantiate_decl() 25712 gcc_assert ((spec = retrieve_specialization (gen_tmpl, gen_args, 0)) == d in instantiate_decl() 25724 args = gen_args; in instantiate_decl() 25729 tree tid = lookup_template_variable (gen_tmpl, gen_args); in instantiate_decl()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | pt.cc | 15738 tree gen_args = tsubst (DECL_TI_ARGS (decl), args, complain, in_decl); in tsubst() local 15739 r = instantiate_alias_template (tmpl, gen_args, complain); in tsubst() 15746 tree gen_args = tsubst (DECL_TI_ARGS (decl), args, complain, in_decl); in tsubst() local 15747 r = retrieve_specialization (tmpl, gen_args, 0); in tsubst() 26640 tree gen_args; in instantiate_decl() local 26704 gen_args = DECL_TI_ARGS (d); in instantiate_decl() 26709 == TMPL_ARGS_DEPTH (gen_args))); in instantiate_decl() 26711 gcc_checking_assert ((spec = retrieve_specialization (gen_tmpl, gen_args, 0)) in instantiate_decl() 26724 args = gen_args; in instantiate_decl()
|