Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck2.c2208 tree ptrmem_type; in build_m_component_ref() local
2220 ptrmem_type = TREE_TYPE (component); in build_m_component_ref()
2221 if (!TYPE_PTRMEM_P (ptrmem_type)) in build_m_component_ref()
2225 "type %qT", component, ptrmem_type); in build_m_component_ref()
2238 type = TYPE_PTRMEM_POINTED_TO_TYPE (ptrmem_type); in build_m_component_ref()
2239 ctype = complete_type (TYPE_PTRMEM_CLASS_TYPE (ptrmem_type)); in build_m_component_ref()
2263 if (TYPE_PTRDATAMEM_P (ptrmem_type)) in build_m_component_ref()
2314 ptrmem_type); in build_m_component_ref()
2325 "an lvalue", ptrmem_type); in build_m_component_ref()
2333 "an lvalue before C++2a", ptrmem_type); in build_m_component_ref()
H A Dtypeck.c3291 tree ptrmem_type; in build_ptrmemfunc_access_expr() local
3309 ptrmem_type = TREE_TYPE (ptrmem); in build_ptrmemfunc_access_expr()
3310 gcc_assert (TYPE_PTRMEMFUNC_P (ptrmem_type)); in build_ptrmemfunc_access_expr()
3311 for (member = TYPE_FIELDS (ptrmem_type); member; in build_ptrmemfunc_access_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck2.cc2169 tree ptrmem_type; in build_m_component_ref() local
2181 ptrmem_type = TREE_TYPE (component); in build_m_component_ref()
2182 if (!TYPE_PTRMEM_P (ptrmem_type)) in build_m_component_ref()
2186 "type %qT", component, ptrmem_type); in build_m_component_ref()
2199 type = TYPE_PTRMEM_POINTED_TO_TYPE (ptrmem_type); in build_m_component_ref()
2200 ctype = complete_type (TYPE_PTRMEM_CLASS_TYPE (ptrmem_type)); in build_m_component_ref()
2224 if (TYPE_PTRDATAMEM_P (ptrmem_type)) in build_m_component_ref()
2275 ptrmem_type); in build_m_component_ref()
2286 "an lvalue", ptrmem_type); in build_m_component_ref()
2294 "an lvalue before C++20", ptrmem_type); in build_m_component_ref()
H A Dtypeck.cc3473 tree ptrmem_type; in build_ptrmemfunc_access_expr() local
3488 ptrmem_type = TREE_TYPE (ptrmem); in build_ptrmemfunc_access_expr()
3489 gcc_assert (TYPE_PTRMEMFUNC_P (ptrmem_type)); in build_ptrmemfunc_access_expr()
3490 for (member = TYPE_FIELDS (ptrmem_type); member; in build_ptrmemfunc_access_expr()