Searched refs:access_in_type (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | search.cc | 50 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 D | ChangeLog-2015 | 1817 * search.c (protected_accessible_p): Remove redundant access_in_type. 1826 (access_in_type): Use dfs_access_in_type_pre.
|
H A D | ChangeLog-2003 | 1912 (accessible_p): Return immediately if access_in_type allows 5842 (access_in_type): Adjust.
|
H A D | ChangeLog-2004 | 1417 (access_in_type): Use dfs_walk_once. 3995 dfs_access_in_type, access_in_type, lookup_field_queue_p,
|
H A D | ChangeLog-1999 | 6101 (access_in_type): Use it. 6160 (access_in_type): Likewise.
|
H A D | ChangeLog-2000 | 4953 (access_in_type): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | search.c | 50 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 D | ChangeLog-2003 | 32275 (access_in_type): Adjust.
|