]> gcc.gnu.org Git - gcc.git/commit - gcc/cp/cp-tree.h
cp-tree.h (get_dynamic_cast_base_type): Rename to ...
authorNathan Sidwell <nathan@codesourcery.com>
Mon, 11 Oct 2004 16:36:03 +0000 (16:36 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Mon, 11 Oct 2004 16:36:03 +0000 (16:36 +0000)
commit6936e493b56b4a67e9b1bfbafedfc79987eb4943
treeda0a95caf66e02585539ef9a5081dce3a080f1d5
parenteb172681f75b5ff4196bf4e670826a7f442eb90c
cp-tree.h (get_dynamic_cast_base_type): Rename to ...

* cp-tree.h (get_dynamic_cast_base_type): Rename to ...
(dcast_base_hint): ... here.
* rtti.c (build_dynamic_cast_1): Use dcast_base_hint.
* search.c (struct dcast_data_s): New.
(dynamic_cast_base_recurse): Remove. Replace with ...
(dfs_dcast_hint_pre, dfs_dcast_base_post): ... these. New.
(get_dynamic_cast_base_type): Rename to ...
(dcast_base_hint): ... here.  Use dfs_walk_once_accessible.
(accessible_r): Remove.
(dfs_accessible_post): New, broken out of accessible_r.
(accessible_p): Use dfs_walk_once_accessible.
(dfs_walk_once_accessible_r): New. From accessible_r.
(dfs_walk_once_accessible): New. From acessible_p.

From-SVN: r88884
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/rtti.c
gcc/cp/search.c
This page took 0.068564 seconds and 5 git commands to generate.