Searched refs:igo_prev (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | tree.c | 1480 copy_binfo (tree binfo, tree type, tree t, tree *igo_prev, int virt) in copy_binfo() argument 1496 TREE_CHAIN (*igo_prev) = new_binfo; in copy_binfo() 1497 *igo_prev = new_binfo; in copy_binfo() 1517 t, igo_prev, in copy_binfo()
|
| HD | decl.c | 11817 tree igo_prev; /* Track Inheritance Graph Order. */ in xref_basetypes() local 11906 for (igo_prev = binfo; base_list; base_list = TREE_CHAIN (base_list)) in xref_basetypes() 11967 &igo_prev, via_virtual); in xref_basetypes()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | tree.c | 1876 copy_binfo (tree binfo, tree type, tree t, tree *igo_prev, int virt) in copy_binfo() argument 1892 TREE_CHAIN (*igo_prev) = new_binfo; in copy_binfo() 1893 *igo_prev = new_binfo; in copy_binfo() 1913 t, igo_prev, in copy_binfo()
|
| HD | decl.c | 13947 tree igo_prev; /* Track Inheritance Graph Order. */ in xref_basetypes() local 14036 for (igo_prev = binfo; base_list; base_list = TREE_CHAIN (base_list)) in xref_basetypes() 14101 &igo_prev, via_virtual); in xref_basetypes()
|