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

/freebsd-10-stable/contrib/gcc/cp/
H A Dtypeck2.c1223 tree ptrmem_type;
1232 ptrmem_type = TREE_TYPE (component);
1233 if (!TYPE_PTR_TO_MEMBER_P (ptrmem_type))
1237 component, ptrmem_type);
1250 type = TYPE_PTRMEM_POINTED_TO_TYPE (ptrmem_type);
1251 ctype = complete_type (TYPE_PTRMEM_CLASS_TYPE (ptrmem_type));
1275 if (TYPE_PTRMEM_P (ptrmem_type))
1218 tree ptrmem_type; local
H A Dtypeck.c2301 tree ptrmem_type;
2309 ptrmem_type = TREE_TYPE (ptrmem);
2310 gcc_assert (TYPE_PTRMEMFUNC_P (ptrmem_type));
2311 member = lookup_member (ptrmem_type, member_name, /*protect=*/0,
2314 cp_type_quals (ptrmem_type));
2296 tree ptrmem_type; local

Completed in 111 milliseconds