Searched refs:make_unbound_class_template (Results 1 – 15 of 15) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | friend.c | 302 = make_unbound_class_template (ctype, in make_friend_class()
|
| D | ChangeLog-2004 | 1030 * 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.
|
| D | ChangeLog-2002 | 501 * 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
|
| D | ChangeLog-2003 | 862 (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.
|
| D | ChangeLog-2001 | 644 * 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.
|
| D | cp-tree.h | 3899 extern tree make_unbound_class_template (tree, tree, tree, tsubst_flags_t);
|
| D | decl.c | 2909 make_unbound_class_template (tree context, tree name, tree parm_list, in make_unbound_class_template() function
|
| D | pt.c | 7785 return make_unbound_class_template (ctx, name, parm_list, complain); in tsubst()
|
| D | parser.c | 15091 decl = make_unbound_class_template (parser->scope, in cp_parser_lookup_name()
|
| D | ChangeLog | 328 * decl.c (make_typename_type, make_unbound_class_template): Likewise.
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | parse.y | 1168 $$ = make_unbound_class_template ($1, $3, tf_error | tf_parsing);
|
| D | cp-tree.h | 3776 extern tree make_unbound_class_template PARAMS ((tree, tree, tsubst_flags_t));
|
| D | ChangeLog | 1969 (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.
|
| D | pt.c | 7188 return make_unbound_class_template (ctx, name, complain);
|
| D | decl.c | 6139 make_unbound_class_template (context, name, complain) in make_unbound_class_template() function
|