Home
last modified time | relevance | path

Searched refs:access_in_type (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dsearch.cc50 static access_kind access_in_type (tree, tree);
150 if (access_in_type (BINFO_TYPE (base_binfo), decl) == ak_private) in get_parent_with_private_access()
622 access_in_type (tree type, tree decl) in access_in_type() function
911 access = access_in_type (type, decl); in accessible_p()
H A DChangeLog-20151817 * search.c (protected_accessible_p): Remove redundant access_in_type.
1826 (access_in_type): Use dfs_access_in_type_pre.
H A DChangeLog-20031912 (accessible_p): Return immediately if access_in_type allows
5842 (access_in_type): Adjust.
H A DChangeLog-20041417 (access_in_type): Use dfs_walk_once.
3995 dfs_access_in_type, access_in_type, lookup_field_queue_p,
H A DChangeLog-19996101 (access_in_type): Use it.
6160 (access_in_type): Likewise.
H A DChangeLog-20004953 (access_in_type): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsearch.c50 static access_kind access_in_type (tree, tree);
587 access_in_type (tree type, tree decl) in access_in_type() function
883 access = access_in_type (type, decl); in accessible_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200332275 (access_in_type): Adjust.