Home
last modified time | relevance | path

Searched refs:DECL_ACCESS (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dsearch.cc497 && 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 Dclass.cc1269 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 DChangeLog-20012617 (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 Dcp-tree.h4282 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 DChangeLog-20181115 (DECL_CAPTURED_VARIABLE, DECL_ACCESS, THUnK_VIRTUAL_OFFSET): Adjust.
1120 (duplicate_decls): Copy DECL_ACCESS. Fix formatting.
H A Ddecl.cc2658 DECL_ACCESS (newdecl) = DECL_ACCESS (olddecl); in duplicate_decls()
H A Dmodule.cc11926 tree list = DECL_ACCESS (d); in read_class_def()
11929 DECL_ACCESS (d) = tree_cons (type, access, list); in read_class_def()
H A DChangeLog-20024447 (DECL_ACCESS): Whitespace.
H A DChangeLog-19991409 (DECL_ACCESS): Adjust accordingly.
H A DChangeLog-20004070 * decl.c (lang_mark_tree): Don't mark DECL_ACCESS for a thunk.
H A DChangeLog-1998337 * cp-tree.h (DECL_ACCESS): Improve documentation.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsearch.c462 && 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 Dclass.c1225 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 Ddecl.c2472 DECL_ACCESS (newdecl) = DECL_ACCESS (olddecl); in duplicate_decls()
H A Dcp-tree.h4671 #define DECL_ACCESS(NODE) (LANG_DECL_MIN_CHECK (NODE)->access) macro