Searched refs:DECL_ACCESS (Results 1 – 15 of 15) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | search.cc | 497 && purpose_member (type, DECL_ACCESS (decl))) in member_declared_in_type() 553 tree decl_access = purpose_member (type, DECL_ACCESS (decl)); in dfs_access_in_type()
|
| H A D | class.cc | 1269 elem = purpose_member (t, DECL_ACCESS (fdecl)); in alter_access() 1292 DECL_ACCESS (fdecl) = tree_cons (t, access, DECL_ACCESS (fdecl)); in alter_access()
|
| H A D | ChangeLog-2001 | 2617 (lang_mark_tree): Don't mark DECL_ACCESS for DECL_DISCRIMINATOR_P. 2619 * class.c (alter_access): Ensure DECL_ACCESS is never set if 2631 * search.c (dfs_access_in_type): If DECL_DISCRIMINATOR_P, DECL_ACCESS
|
| H A D | cp-tree.h | 4282 DECL_ACCESS ((gcc_checking_assert (DECL_LOCAL_DECL_P (NODE)), NODE)) 4917 #define DECL_ACCESS(NODE) (LANG_DECL_MIN_CHECK (NODE)->access) macro
|
| H A D | ChangeLog-2018 | 1115 (DECL_CAPTURED_VARIABLE, DECL_ACCESS, THUnK_VIRTUAL_OFFSET): Adjust. 1120 (duplicate_decls): Copy DECL_ACCESS. Fix formatting.
|
| H A D | decl.cc | 2658 DECL_ACCESS (newdecl) = DECL_ACCESS (olddecl); in duplicate_decls()
|
| H A D | module.cc | 11926 tree list = DECL_ACCESS (d); in read_class_def() 11929 DECL_ACCESS (d) = tree_cons (type, access, list); in read_class_def()
|
| H A D | ChangeLog-2002 | 4447 (DECL_ACCESS): Whitespace.
|
| H A D | ChangeLog-1999 | 1409 (DECL_ACCESS): Adjust accordingly.
|
| H A D | ChangeLog-2000 | 4070 * decl.c (lang_mark_tree): Don't mark DECL_ACCESS for a thunk.
|
| H A D | ChangeLog-1998 | 337 * cp-tree.h (DECL_ACCESS): Improve documentation.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | 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()
|
| H A D | class.c | 1225 elem = purpose_member (t, DECL_ACCESS (fdecl)); in alter_access() 1248 DECL_ACCESS (fdecl) = tree_cons (t, access, DECL_ACCESS (fdecl)); in alter_access()
|
| H A D | decl.c | 2472 DECL_ACCESS (newdecl) = DECL_ACCESS (olddecl); in duplicate_decls()
|
| H A D | cp-tree.h | 4671 #define DECL_ACCESS(NODE) (LANG_DECL_MIN_CHECK (NODE)->access) macro
|