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

/freebsd-11-stable/contrib/gcc/cp/
H A Dsearch.c64 static int friend_accessible_p (tree, tree, tree);
777 friend_accessible_p (tree scope, tree decl, tree binfo)
810 && friend_accessible_p (DECL_CONTEXT (scope), decl, binfo))
820 ret = friend_accessible_p (DECL_TI_TEMPLATE (scope), decl, binfo);
923 protected_ok = friend_accessible_p (scope, decl, binfo);
775 friend_accessible_p (tree scope, tree decl, tree binfo) function

Completed in 97 milliseconds