Home
last modified time | relevance | path

Searched refs:lookup_template_variable (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2014298 * 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 DChangeLog-20152052 (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 DChangeLog-20212327 template to lookup_template_variable.
4180 calling lookup_template_variable.
H A Dpt.cc10398 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 Dcp-tree.h7322 extern tree lookup_template_variable (tree, tree);
H A Dparser.cc18344 template_id = lookup_template_variable (templ, arguments); in cp_parser_template_id()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c10155 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 Dcp-tree.h6939 extern tree lookup_template_variable (tree, tree);
H A Dparser.c16766 template_id = lookup_template_variable (templ, arguments); in cp_parser_template_id()