Home
last modified time | relevance | path

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

/trueos/contrib/gcc/cp/
HDsearch.c622 tree decl_access = purpose_member (type, DECL_ACCESS (decl)); in dfs_access_in_type()
HDclass.c1128 elem = purpose_member (t, DECL_ACCESS (fdecl)); in alter_access()
1150 DECL_ACCESS (fdecl) = tree_cons (t, access, DECL_ACCESS (fdecl)); in alter_access()
HDChangeLog-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
HDcp-tree.h2730 #define DECL_ACCESS(NODE) (LANG_DECL_U2_CHECK (NODE, 0)->access) macro
HDChangeLog-20024447 (DECL_ACCESS): Whitespace.
HDChangeLog-20004070 * decl.c (lang_mark_tree): Don't mark DECL_ACCESS for a thunk.
HDChangeLog-19991409 (DECL_ACCESS): Adjust accordingly.
HDChangeLog-1998337 * cp-tree.h (DECL_ACCESS): Improve documentation.