Home
last modified time | relevance | path

Searched refs:access_binfo (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/gcc/cp/
Dsearch.c1154 build_baselink (tree binfo, tree access_binfo, tree functions, tree optype) in build_baselink() argument
1168 BASELINK_ACCESS_BINFO (baselink) = access_binfo; in build_baselink()
Dcall.c5345 tree access_binfo; in build_new_method_call() local
5384 access_binfo = BASELINK_ACCESS_BINFO (fns); in build_new_method_call()
5471 access_binfo, in build_new_method_call()
5479 access_binfo, in build_new_method_call()
Dcp-tree.h340 (((struct tree_baselink*) BASELINK_CHECK (NODE))->access_binfo)
357 tree access_binfo; member