Searched refs:lookup_template_variable (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2014 | 298 * pt.c (lookup_template_variable): Always unknown_type_node. 777 * pt.c (lookup_template_variable): Call coerce_template_parms. 1524 * pt.c (lookup_template_variable): Make dependent variable templates 1633 (lookup_template_variable): New.
|
H A D | ChangeLog-2015 | 2052 (lookup_template_variable): Concepts are always bool. 2118 * pt.c (lookup_template_variable): Use NULL_TREE for type. 3966 (lookup_template_variable): Not here.
|
H A D | ChangeLog-2021 | 2327 template to lookup_template_variable. 4180 calling lookup_template_variable.
|
H A D | pt.cc | 10398 lookup_template_variable (tree templ, tree arglist) in lookup_template_variable() function 10444 templ = lookup_template_variable (templ, targs); in lookup_and_finish_template_variable() 17548 return lookup_template_variable (tmpl, targs); in tsubst_copy() 21792 tree tid = lookup_template_variable (tmpl, targ_ptr); in instantiate_template_1()
|
H A D | cp-tree.h | 7322 extern tree lookup_template_variable (tree, tree);
|
H A D | parser.cc | 18344 template_id = lookup_template_variable (templ, arguments); in cp_parser_template_id()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | pt.c | 10155 lookup_template_variable (tree templ, tree arglist) in lookup_template_variable() function 10203 templ = lookup_template_variable (templ, targs); in lookup_and_finish_template_variable() 21004 tree tid = lookup_template_variable (gen_tmpl, targ_ptr); in instantiate_template_1() 25729 tree tid = lookup_template_variable (gen_tmpl, gen_args); in instantiate_decl()
|
H A D | cp-tree.h | 6939 extern tree lookup_template_variable (tree, tree);
|
H A D | parser.c | 16766 template_id = lookup_template_variable (templ, arguments); in cp_parser_template_id()
|