/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | friend.c | 364 = make_unbound_class_template (ctype, in make_friend_class()
|
H A D | cp-tree.h | 6546 extern tree make_unbound_class_template (tree, tree, tree, tsubst_flags_t);
|
H A D | decl.c | 4060 make_unbound_class_template (tree context, tree name, tree parm_list, in make_unbound_class_template() function
|
H A D | pt.c | 16006 return make_unbound_class_template (ctx, name, parm_list, complain); in tsubst()
|
H A D | parser.c | 28362 decl = make_unbound_class_template (parser->scope, in cp_parser_lookup_name()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | friend.cc | 382 = make_unbound_class_template (ctype, in make_friend_class()
|
H A 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.
|
H A 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
|
H A 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.
|
H A 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.
|
H A D | ChangeLog | 1845 * pt.cc (tsubst_copy): Use make_unbound_class_template for rewriting
|
H A D | ChangeLog-2008 | 2442 make_unbound_class_template, cxx_init_decl_processing,
|
H A D | ChangeLog-2006 | 340 * decl.c (make_typename_type, make_unbound_class_template): Likewise.
|
H A D | cp-tree.h | 6813 extern tree make_unbound_class_template (tree, tree, tree, tsubst_flags_t);
|
H A D | ChangeLog-2007 | 3301 (make_unbound_class_template): UNBOUND_CLASS_TEMPLATE nodes
|
H A D | ChangeLog-2014 | 2605 * decl.c (make_unbound_class_template): Prefer inform for
|
H A D | ChangeLog-2010 | 397 * decl.c (make_unbound_class_template): Handle using
|
H A D | ChangeLog-2011 | 807 * decl.c (make_typename_type, make_unbound_class_template): Accept
|
H A D | pt.cc | 16416 return make_unbound_class_template (ctx, name, parm_list, complain); in tsubst() 17211 return make_unbound_class_template (context, DECL_NAME (t), in tsubst_copy()
|
H A D | decl.cc | 4277 make_unbound_class_template (tree context, tree name, tree parm_list, in make_unbound_class_template() function
|
H A D | parser.cc | 30557 decl = make_unbound_class_template (parser->scope, in cp_parser_lookup_name()
|
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
H A D | libcp1plugin.cc | 2399 tree res = make_unbound_class_template (type, name, NULL_TREE, in plugin_build_dependent_class_template()
|
/netbsd-src/external/gpl3/gcc/dist/libcc1/ |
H A D | libcp1plugin.cc | 2240 tree res = make_unbound_class_template (type, name, NULL_TREE, in plugin_build_dependent_class_template()
|