Home
last modified time | relevance | path

Searched refs:BINFO_BASE_ACCESS (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Dsearch.c1738 if (BINFO_BASE_ACCESS (binfo, ix) != access_public_node) in dfs_walk_once_accessible_r()
H A Dclass.c1568 if (BINFO_BASE_ACCESS (binfo, i) != access_private_node) in maybe_warn_about_overly_private_class()
H A Dpt.c5806 tree access = BINFO_BASE_ACCESS (pbinfo, i); in instantiate_class_template()
/freebsd-12.1/contrib/gcc/
H A Dtree.h2264 #define BINFO_BASE_ACCESS(NODE,N) \ macro
H A DChangeLog-200421545 (BINFO_BASE_ACCESS): Adjust.
25756 (BINFO_BASE_ACCESSES, BINFO_BASE_ACCESS): ... here.
/freebsd-12.1/contrib/gcc/doc/
H A Dc-tree.texi764 The access to a base type can be found with @code{BINFO_BASE_ACCESS}.