Searched refs:ptrmem_type (Results 1 – 4 of 4) sorted by relevance
2208 tree ptrmem_type; in build_m_component_ref() local2220 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()
3291 tree ptrmem_type; in build_ptrmemfunc_access_expr() local3309 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()
2169 tree ptrmem_type; in build_m_component_ref() local2181 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()
3473 tree ptrmem_type; in build_ptrmemfunc_access_expr() local3488 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()