Home
last modified time | relevance | path

Searched refs:ptrmem_type (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Dtypeck2.c1218 tree ptrmem_type; in build_m_component_ref() local
1227 ptrmem_type = TREE_TYPE (component); in build_m_component_ref()
1228 if (!TYPE_PTR_TO_MEMBER_P (ptrmem_type)) in build_m_component_ref()
1232 component, ptrmem_type); in build_m_component_ref()
1245 type = TYPE_PTRMEM_POINTED_TO_TYPE (ptrmem_type); in build_m_component_ref()
1246 ctype = complete_type (TYPE_PTRMEM_CLASS_TYPE (ptrmem_type)); in build_m_component_ref()
1270 if (TYPE_PTRMEM_P (ptrmem_type)) in build_m_component_ref()
H A Dtypeck.c2296 tree ptrmem_type; in build_ptrmemfunc_access_expr() local
2304 ptrmem_type = TREE_TYPE (ptrmem); in build_ptrmemfunc_access_expr()
2305 gcc_assert (TYPE_PTRMEMFUNC_P (ptrmem_type)); in build_ptrmemfunc_access_expr()
2306 member = lookup_member (ptrmem_type, member_name, /*protect=*/0, in build_ptrmemfunc_access_expr()
2309 cp_type_quals (ptrmem_type)); in build_ptrmemfunc_access_expr()