Home
last modified time | relevance | path

Searched refs:build_baselink (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/gcc/cp/
HDsearch.c1154 build_baselink (tree binfo, tree access_binfo, tree functions, tree optype) in build_baselink() function
1287 rval = build_baselink (rval_binfo, basetype_path, rval, in lookup_member()
HDsemantics.c2482 return build_baselink (cl, cl, fns, /*optype=*/NULL_TREE); in baselink_for_fns()
HDChangeLog-20021920 * search.c (build_baselink): Build a BASELINK, not a TREE_LIST.
2068 (build_baselink): New method.
2092 (build_baselink): New function.
HDcp-tree.h4269 extern tree build_baselink (tree, tree, tree, tree);
HDChangeLog-20042582 dfs_access_in_type, build_baselink, lookup_member,
2718 * search.c (build_baselink): Fix typo in comment.
HDChangeLog-20036319 * search.c (build_baselink): Adjust.