Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/cp/
Dsearch.c622 tree decl_access = purpose_member (type, DECL_ACCESS (decl)); in dfs_access_in_type()
Dclass.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()
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
Dcp-tree.h2705 #define DECL_ACCESS(NODE) (LANG_DECL_U2_CHECK (NODE, 0)->access) macro
DChangeLog-20024447 (DECL_ACCESS): Whitespace.
DChangeLog-20004070 * decl.c (lang_mark_tree): Don't mark DECL_ACCESS for a thunk.
DChangeLog-19991409 (DECL_ACCESS): Adjust accordingly.
DChangeLog-1998337 * cp-tree.h (DECL_ACCESS): Improve documentation.