Searched refs:DECL_ACCESS (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | search.c | 462 && purpose_member (type, DECL_ACCESS (decl))) in member_declared_in_type() 518 tree decl_access = purpose_member (type, DECL_ACCESS (decl)); in dfs_access_in_type()
|
| HD | class.c | 1175 elem = purpose_member (t, DECL_ACCESS (fdecl)); in alter_access() 1198 DECL_ACCESS (fdecl) = tree_cons (t, access, DECL_ACCESS (fdecl)); in alter_access()
|
| HD | cp-tree.h | 4473 #define DECL_ACCESS(NODE) (LANG_DECL_U2_CHECK (NODE, 0)->access) macro
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | search.c | 629 tree decl_access = purpose_member (type, DECL_ACCESS (decl)); in dfs_access_in_type()
|
| HD | class.c | 1168 elem = purpose_member (t, DECL_ACCESS (fdecl)); in alter_access() 1190 DECL_ACCESS (fdecl) = tree_cons (t, access, DECL_ACCESS (fdecl)); in alter_access()
|
| HD | cp-tree.h | 3584 #define DECL_ACCESS(NODE) (LANG_DECL_U2_CHECK (NODE, 0)->access) macro
|