Searched refs:access_binfo (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dsearch.cc1077 build_baselink (tree binfo, tree access_binfo, tree functions, tree optype)
1088 BASELINK_ACCESS_BINFO (baselink) = access_binfo;
1092 if (binfo == access_binfo
1093 && TYPE_BEING_DEFINED (BINFO_TYPE (access_binfo)))
1076 build_baselink(tree binfo, tree access_binfo, tree functions, tree optype) argument
H A Dcall.cc10856 tree access_binfo;
10896 access_binfo = BASELINK_ACCESS_BINFO (fns);
11047 conversion_path, access_binfo, flags,
11053 access_binfo, flags, &candidates, complain);
10861 tree access_binfo; local
H A Dcp-tree.h1065 (((struct tree_baselink*) BASELINK_CHECK (NODE))->access_binfo)
1085 tree access_binfo;
1082 tree access_binfo; variable
H A Dmodule.cc6169 WT (((lang_tree_node *)t)->baselink.access_binfo);
6658 RT (((lang_tree_node *)t)->baselink.access_binfo);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsearch.c1061 build_baselink (tree binfo, tree access_binfo, tree functions, tree optype)
1072 BASELINK_ACCESS_BINFO (baselink) = access_binfo;
1060 build_baselink(tree binfo, tree access_binfo, tree functions, tree optype) argument
H A Dcall.c10123 tree access_binfo; local
10161 access_binfo = BASELINK_ACCESS_BINFO (fns);
10312 conversion_path, access_binfo, flags,
10318 access_binfo, flags, &candidates, complain);
H A Dcp-tree.h993 (((struct tree_baselink*) BASELINK_CHECK (NODE))->access_binfo)
1009 tree access_binfo;
1006 tree access_binfo; variable

Completed in 480 milliseconds