Home
last modified time | relevance | path

Searched refs:make_unbound_class_template (Results 1 – 15 of 15) sorted by relevance

/openbsd/src/gnu/gcc/gcc/cp/
Dfriend.c302 = make_unbound_class_template (ctype, in make_friend_class()
DChangeLog-20041030 * decl.c (make_unbound_class_template): Add PARM_LIST parameter.
1031 * cp-tree.h (make_unbound_class_template): Adjust prototype.
1033 make_unbound_class_template.
1042 (tsubst): Adjust call to make_unbound_class_template.
1556 make_typename_type, make_unbound_class_template,
2440 * decl.c (poplevel, make_unbound_class_template, reshape_init,
6856 make_unbound_class_template directly.
DChangeLog-2002501 * cp-tree.h (make_unbound_class_template): Use tsubst_flags_t.
502 * decl.c (make_unbound_class_template): Adjust. Check for tf_error.
2222 (make_unbound_class_template): Likewise.
2225 * parse.y (template_arg): Call make_unbound_class_template with
DChangeLog-2003862 (make_unbound_class_template): Likewise.
3741 (make_unbound_class_template): Likewise.
4367 (make_typename_type, make_unbound_class_template): Don't use
6432 (make_unbound_class_template): Likewise.
6705 (make_unbound_class_template): Likewise.
DChangeLog-2001644 * cp-tree.h (make_unbound_class_template): Prototype new function.
645 * decl.c (make_unbound_class_template): New function.
650 (template_argument): Use make_unbound_class_template.
Dcp-tree.h3899 extern tree make_unbound_class_template (tree, tree, tree, tsubst_flags_t);
Ddecl.c2909 make_unbound_class_template (tree context, tree name, tree parm_list, in make_unbound_class_template() function
Dpt.c7785 return make_unbound_class_template (ctx, name, parm_list, complain); in tsubst()
Dparser.c15091 decl = make_unbound_class_template (parser->scope, in cp_parser_lookup_name()
DChangeLog328 * decl.c (make_typename_type, make_unbound_class_template): Likewise.
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dparse.y1168 $$ = make_unbound_class_template ($1, $3, tf_error | tf_parsing);
Dcp-tree.h3776 extern tree make_unbound_class_template PARAMS ((tree, tree, tsubst_flags_t));
DChangeLog1969 (make_unbound_class_template): Likewise.
2038 * cp-tree.h (make_unbound_class_template): Use tsubst_flags_t.
2039 * decl.c (make_unbound_class_template): Adjust. Check for tf_error.
3625 (make_unbound_class_template): Likewise.
3628 * parse.y (template_arg): Call make_unbound_class_template with
6621 * cp-tree.h (make_unbound_class_template): Prototype new function.
6622 * decl.c (make_unbound_class_template): New function.
6627 (template_argument): Use make_unbound_class_template.
Dpt.c7188 return make_unbound_class_template (ctx, name, complain);
Ddecl.c6139 make_unbound_class_template (context, name, complain) in make_unbound_class_template() function