Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/cp/
Dsearch.c63 static int protected_accessible_p (tree, tree, tree);
715 protected_accessible_p (tree decl, tree derived, tree binfo) in protected_accessible_p() function
792 if (protected_accessible_p (decl, TREE_VALUE (t), binfo)) in friend_accessible_p()
799 if (protected_accessible_p (decl, t, binfo)) in friend_accessible_p()
916 protected_ok = protected_accessible_p (decl, in accessible_p()
DChangeLog-20004955 (protected_accessible_p): Likewise.
5783 * search.c (protected_accessible_p): Use context_for_name_lookup.
5814 * search.c (protected_accessible_p): Also allow the access if
DChangeLog-19995905 * search.c (protected_accessible_p): New function.