Home | History | Annotate | Download | only in cp

Lines Matching defs:accessible

509      determine whether or not FN is accessible if it is selected by
7472 accessible. */
7584 parameter used to specify why DECL wasn't accessible (e.g. ak_private
9488 /* Check that the base class is accessible. */
9493 error ("%qT is not an accessible base of %qT",
10039 when ACCESS is set, accessible. Return false otherwise. Set
10050 accessible copy assignments for triviality. */
10058 bool accessible = (!access || !(TREE_PRIVATE (f) || TREE_PROTECTED (f))
10065 if (accessible)
10068 if (!accessible || !trivial_fn_p (f))
10086 set, accessible. Return false otherwise. Set each element of HASCTOR[]
10111 bool accessible = (!access || !(TREE_PRIVATE (f) || TREE_PROTECTED (f))
10114 if (accessible)
10117 if (cpy_or_move_ctor_p && (!accessible || !trivial_fn_p (f)))
10181 /* Set to true if DESTYPE has an accessible copy assignment. */
10185 accessible. */
10188 /* Set to true if DESTTYPE has an accessible default and copy ctor,
10193 trivial (and not deleted) and at least one of them is accessible. */