Searched refs:full_args (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | pt.c | 14058 tree full_args; in tsubst_template_decl() local 14093 full_args = tsubst_template_args (tmpl_args, args, in tsubst_template_decl() 14096 if (full_args == error_mark_node) in tsubst_template_decl() 14101 if (full_args == tmpl_args) in tsubst_template_decl() 14104 hash = hash_tmpl_and_args (t, full_args); in tsubst_template_decl() 14105 spec = retrieve_specialization (t, full_args, hash); in tsubst_template_decl()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | pt.cc | 14471 tree full_args; in tsubst_template_decl() local 14506 full_args = tsubst_template_args (tmpl_args, args, in tsubst_template_decl() 14509 if (full_args == error_mark_node) in tsubst_template_decl() 14514 if (full_args == tmpl_args) in tsubst_template_decl() 14517 hash = hash_tmpl_and_args (t, full_args); in tsubst_template_decl() 14518 spec = retrieve_specialization (t, full_args, hash); in tsubst_template_decl()
|
| H A D | ChangeLog-2003 | 3016 * pt.c (more_specialized_class): Add full_args parameter.
|