Home
last modified time | relevance | path

Searched refs:make_unbound_class_template_raw (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog2853 * decl.cc (make_unbound_class_template_raw): Likewise.
H A Ddecl.cc4323 return make_unbound_class_template_raw (context, name, parm_list); in make_unbound_class_template()
4329 make_unbound_class_template_raw (tree context, tree name, tree parm_list) in make_unbound_class_template_raw() function
H A DChangeLog-2020685 * cp-tree.h (make_unbound_class_template_raw): Declare.
687 * decl.c (make_unbound_class_template_raw): Break out of ...
H A Dcp-tree.h6814 extern tree make_unbound_class_template_raw (tree, tree, tree);
H A Dmodule.cc9384 res = make_unbound_class_template_raw (ctx, name, parms); in tree_node()