Searched refs:dfs_walk_all (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
H A Dsearch.c1235 dfs_walk_all (basetype_path, &lookup_field_r, NULL, &lfi);
1544 dfs_walk_all (tree binfo, tree (*pre_fn) (tree, void *),
1566 rval = dfs_walk_all (base_binfo, pre_fn, post_fn, data);
1583 /* Worker for dfs_walk_once. This behaves as dfs_walk_all, except
1658 /* Like dfs_walk_all, except that binfos are not multiply walked. For
1659 non-diamond shaped hierarchies this is the same as dfs_walk_all.
1677 rval = dfs_walk_all (binfo, pre_fn, post_fn, data);
2126 dfs_walk_all (TYPE_BINFO (type), dfs_debug_mark, NULL, 0);
1541 dfs_walk_all (tree binfo, tree (*pre_fn) (tree, void *), function
H A Dclass.c1961 dfs_walk_all (derived, dfs_find_final_overrider_pre,
6886 dfs_walk_all (binfo, dfs_fixup_binfo_vtbls, NULL, binfo);
H A Dcp-tree.h4273 extern tree dfs_walk_all (tree, tree (*) (tree, void *),

Completed in 91 milliseconds