Searched refs:dfs_walk (Results 1 – 14 of 14) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | search.c | 829 dfs_walk (binfo, dfs_unmark, shared_marked_p, 0); 1101 t = dfs_walk (binfo, dfs_accessible_p, 1107 dfs_walk (binfo, dfs_unmark, dfs_canonical_queue, 0); 1969 dfs_walk (binfo, fn, qfn, data) in dfs_walk() function 2289 dfs_walk (TYPE_BINFO (type), dfs_get_pure_virtuals, 2291 dfs_walk (TYPE_BINFO (type), dfs_unmark, 2429 dfs_walk (TYPE_BINFO (type), dfs_unmark, markedp, 0); 2437 dfs_walk (TYPE_BINFO (type), dfs_unmark, markedp, NULL); 2470 return dfs_walk (TYPE_BINFO (type), 2787 dfs_walk (TYPE_BINFO (type), dfs_unuse_fields, unmarkedp, 0); [all …]
|
H A D | rtti.c | 958 dfs_walk (TYPE_BINFO (type), dfs_class_hint_mark, NULL, &hint_flags); 959 dfs_walk (TYPE_BINFO (type), dfs_class_hint_unmark, NULL, NULL);
|
H A D | class.c | 1592 dfs_walk (TYPE_BINFO (type), dfs_unshared_virtual_bases, NULL, type); 2244 return dfs_walk (derived, dfs_base_derived_from, NULL, base) != NULL_TREE; in base_derived_from() 2361 dfs_walk (derived, 2551 dfs_walk (binfo, 2555 dfs_walk (binfo, dfs_unmark, dfs_marked_real_bases_queue_p, t); 4798 dfs_walk (TYPE_BINFO (t), dfs_set_offset_for_unshared_vbases, NULL, t); in layout_virtual_bases() 6868 dfs_walk (binfo, dfs_get_primary_binfo, NULL, virtuals); 7369 dfs_walk (binfo, dfs_unmark, dfs_ctor_vtable_bases_queue_p, 7404 dfs_walk (binfo, dfs_fixup_binfo_vtbls,
|
H A D | init.c | 154 dfs_walk (TYPE_BINFO (type), dfs_unmark,
|
H A D | cp-tree.h | 4169 extern tree dfs_walk PARAMS ((tree,
|
H A D | ChangeLog.2 | 6121 (dfs_walk): Change prototype. 6141 (get_template_base): Use new calling convention for dfs_walk. 6143 (dfs_walk): Accept a data pointer to pass to the work functions. 6146 with dfs_walk. 6438 (dfs_walk): Declare. 6451 (dfs_walk): Likewise. 13498 * search.c (dfs_walk, dfs_record_inheritance): 18923 * search.c (dfs_walk, dfs_init_vbase_pointers,
|
H A D | pt.c | 8833 dfs_walk (arg_binfo, dfs_unmark, markedp, 0);
|
H A D | ChangeLog.1 | 3421 * search.c (add_conversions): Function for passing to dfs_walk which 3423 (lookup_conversions): Calls dfs_walk with add_conversions and return 3425 (dfs_walk): Don't require a qfn.
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | ChangeLog-1999 | 6121 (dfs_walk): Change prototype. 6141 (get_template_base): Use new calling convention for dfs_walk. 6143 (dfs_walk): Accept a data pointer to pass to the work functions. 6146 with dfs_walk. 6438 (dfs_walk): Declare. 6451 (dfs_walk): Likewise.
|
H A D | ChangeLog-1995 | 3772 * search.c (add_conversions): Function for passing to dfs_walk which 3774 (lookup_conversions): Calls dfs_walk with add_conversions and return 3776 (dfs_walk): Don't require a qfn.
|
H A D | ChangeLog-2004 | 1395 * cp-tree.h (dfs_walk, dfs_walk_real, dfs_unmark, markedp, 1426 (dfs_walk_real, dfs_walk): Replace with ... 1726 (get_template_base): Use get_template_base_r via dfs_walk. Always
|
H A D | ChangeLog-2003 | 5805 (dfs_walk, dfs_walk_real): Queue function takes derived binfo and 5850 (dfs_walk, dfs_walk_real): Add access arg to queue fn.
|
H A D | ChangeLog-1996 | 2645 * search.c (dfs_walk, dfs_init_vbase_pointers,
|
H A D | ChangeLog-1998 | 6710 * search.c (dfs_walk, dfs_record_inheritance):
|