| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | pt.c | 1227 retrieve_specialization (tree tmpl, tree args, hashval_t hash) in retrieve_specialization() function 1260 = retrieve_specialization (class_template, args, 0); in retrieve_specialization() 1569 fn = retrieve_specialization (tmpl, args, 0); in register_specialization() 11071 gcc_assert (retrieve_specialization (new_template, in tsubst_friend_function() 13817 if (tree spec = retrieve_specialization (gen_tmpl, argvec, hash)) in tsubst_function_decl() 14105 spec = retrieve_specialization (t, full_args, hash); in tsubst_template_decl() 14631 spec = retrieve_specialization (gen_tmpl, argvec, hash); in tsubst_decl() 14686 && (spec = retrieve_specialization (gen_tmpl, argvec, hash))) in tsubst_decl() 15241 r = retrieve_specialization (tmpl, gen_args, 0); in tsubst() 20953 spec = retrieve_specialization (gen_tmpl, targ_ptr, 0); in instantiate_template_1() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog-2004 | 1455 (retrieve_specialization): Optimize lookups for members that are 1461 retrieve_specialization. 1464 (lookup_template_class): Use retrieve_specialization. 1465 (tsubst_decl): Adjust call to retrieve_specialization. 1469 (instantiate_template): Adjust call to retrieve_specialization. 1472 (instantiate_decl): Adjust call to retrieve_specialization. 2564 end_explicit_instantiation, retrieve_specialization,
|
| H A D | pt.cc | 1251 retrieve_specialization (tree tmpl, tree args, hashval_t hash) in retrieve_specialization() function 1284 = retrieve_specialization (class_template, args, 0); in retrieve_specialization() 1593 fn = retrieve_specialization (tmpl, args, 0); in register_specialization() 11429 gcc_assert (retrieve_specialization (new_template, in tsubst_friend_function() 14214 if (tree spec = retrieve_specialization (gen_tmpl, argvec, hash)) in tsubst_function_decl() 14518 spec = retrieve_specialization (t, full_args, hash); in tsubst_template_decl() 15042 spec = retrieve_specialization (gen_tmpl, argvec, hash); in tsubst_decl() 15088 && (spec = retrieve_specialization (gen_tmpl, argvec, hash))) in tsubst_decl() 15747 r = retrieve_specialization (tmpl, gen_args, 0); in tsubst() 21740 spec = retrieve_specialization (gen_tmpl, targ_ptr, 0); in instantiate_template_1() [all …]
|
| H A D | ChangeLog-2017 | 1615 (retrieve_specialization): Use lambda_fn_in_template_p. 1667 * pt.c (retrieve_specialization): Adjust. 1830 * pt.c (retrieve_specialization): Ignore lambda functions in 2568 * pt.c (retrieve_specialization): Use lookup_fnfields_slot. 3965 * pt.c (retrieve_specialization): Use ovl_iterator.
|
| H A D | ChangeLog-2009 | 1914 * pt.c (retrieve_specialization): Don't get confused by a 1995 (register_specialization, retrieve_specialization): Use them. 3043 (retrieve_specialization): Specializations of template typedefs aren't
|
| H A D | ChangeLog-2015 | 1081 (retrieve_specialization): Guard call of verify_unstripped_args with 2591 (retrieve_specialization): ...here. Allow typedefs in the type of 3248 * pt.c (retrieve_specialization): Make sure our arguments have
|
| H A D | ChangeLog-1998 | 2928 (retrieve_specialization): Add consistency check. 5109 (retrieve_specialization, register_specialization): Likewise. 6829 (retrieve_specialization): Likewise. 6839 (instantiate_template): Use retrieve_specialization.
|
| H A D | ChangeLog-2013 | 1266 (retrieve_specialization): Likewise. 3656 * pt.c (retrieve_specialization): Handle null tmpl argument.
|
| H A D | ChangeLog-2020 | 4219 (retrieve_specialization): Likewise. 6424 * pt.c (retrieve_specialization): Use get_template_info, not open 6428 * pt.c (retrieve_specialization): Get the TI from the decl or the
|
| H A D | ChangeLog-2012 | 1315 retrieve_specialization has FNDECL_HAS_ACCESS_ERRORS set and we
|
| H A D | ChangeLog-2006 | 1163 (retrieve_specialization): Robustify.
|
| H A D | ChangeLog-2005 | 2380 * pt.c (retrieve_specialization,
|
| H A D | ChangeLog-2007 | 895 (retrieve_specialization): Only tagged types use
|
| H A D | ChangeLog-2019 | 4389 retrieve_specialization.
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/gcc-changelog/ |
| H A D | test_patches.txt | 416 * pt.c (retrieve_specialization): Get the TI from the decl or the
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/ |
| H A D | test_patches.txt | 416 * pt.c (retrieve_specialization): Get the TI from the decl or the
|
| /netbsd-src/external/gpl3/gcc.old/dist/ |
| H A D | NEWS | 16539 * [15]6412 (c++) ICE in retrieve_specialization
|
| /netbsd-src/external/gpl3/gcc/dist/ |
| H A D | NEWS | 18389 * [15]6412 (c++) ICE in retrieve_specialization
|