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

/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dsearch.cc647 protected_accessible_p (tree decl, tree derived, tree type, tree otype)
710 if (TYPE_P (scope) && protected_accessible_p (decl, scope, type, otype))
721 if (protected_accessible_p (decl, TREE_VALUE (t), type, otype))
743 && protected_accessible_p (decl, fctx, type, otype))
879 protected_accessible_p. */
646 protected_accessible_p (tree decl, tree derived, tree type, tree otype) function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsearch.c612 protected_accessible_p (tree decl, tree derived, tree type, tree otype)
675 if (TYPE_P (scope) && protected_accessible_p (decl, scope, type, otype))
686 if (protected_accessible_p (decl, TREE_VALUE (t), type, otype))
851 protected_accessible_p. */
611 protected_accessible_p (tree decl, tree derived, tree type, tree otype) function

Completed in 439 milliseconds