Searched refs:copy_binfo (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | tree.cc | 2083 copy_binfo (tree binfo, tree type, tree t, tree *igo_prev, int virt) in copy_binfo() function 2119 new_base_binfo = copy_binfo (base_binfo, BINFO_TYPE (base_binfo), in copy_binfo()
|
| H A D | ChangeLog-2004 | 1283 * tree.c (copy_binfo): Likewise. 2590 copy_binfo, get_first_fn, cp_tree_equal): Likewise. 3386 * tree.c (copy_binfo): Adjust BINFO creation and accessors. 3615 (copy_binfo): ... this. Deep copy the given binfo, (not the just 3618 (copy_binfo): Declare.
|
| H A D | ChangeLog-1995 | 3013 * cp-tree.h (copy_binfo): Removed, unused. 3014 * tree.c (copy_binfo): Likewise.
|
| H A D | ChangeLog-2012 | 2472 * tree.c (copy_binfo): Handle BINFO_DEPENDENT_BASE_P.
|
| H A D | cp-tree.h | 7814 extern tree copy_binfo (tree, tree, tree,
|
| H A D | decl.cc | 16121 base_binfo = copy_binfo (base_binfo, basetype, ref, in xref_basetypes()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | tree.c | 1983 copy_binfo (tree binfo, tree type, tree t, tree *igo_prev, int virt) in copy_binfo() function 2019 new_base_binfo = copy_binfo (base_binfo, BINFO_TYPE (base_binfo), in copy_binfo()
|
| H A D | cp-tree.h | 7416 extern tree copy_binfo (tree, tree, tree,
|
| H A D | decl.c | 15316 base_binfo = copy_binfo (base_binfo, basetype, ref, in xref_basetypes()
|