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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck2.c2213 tree ptrmem_type;
2225 ptrmem_type = TREE_TYPE (component);
2226 if (!TYPE_PTRMEM_P (ptrmem_type))
2230 "type %qT", component, ptrmem_type);
2243 type = TYPE_PTRMEM_POINTED_TO_TYPE (ptrmem_type);
2244 ctype = complete_type (TYPE_PTRMEM_CLASS_TYPE (ptrmem_type));
2268 if (TYPE_PTRDATAMEM_P (ptrmem_type))
2319 ptrmem_type);
2330 "an lvalue", ptrmem_type);
2338 "an lvalue before C++2a", ptrmem_type);
2208 tree ptrmem_type; local
[all...]
H A Dtypeck.c3296 tree ptrmem_type;
3314 ptrmem_type = TREE_TYPE (ptrmem);
3315 gcc_assert (TYPE_PTRMEMFUNC_P (ptrmem_type));
3316 for (member = TYPE_FIELDS (ptrmem_type); member;
3291 tree ptrmem_type; local
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck2.cc2174 tree ptrmem_type;
2186 ptrmem_type = TREE_TYPE (component);
2187 if (!TYPE_PTRMEM_P (ptrmem_type))
2191 "type %qT", component, ptrmem_type);
2204 type = TYPE_PTRMEM_POINTED_TO_TYPE (ptrmem_type);
2205 ctype = complete_type (TYPE_PTRMEM_CLASS_TYPE (ptrmem_type));
2229 if (TYPE_PTRDATAMEM_P (ptrmem_type))
2280 ptrmem_type);
2291 "an lvalue", ptrmem_type);
2299 "an lvalue before C++20", ptrmem_type);
2169 tree ptrmem_type; local
[all...]
H A Dtypeck.cc3478 tree ptrmem_type;
3493 ptrmem_type = TREE_TYPE (ptrmem);
3494 gcc_assert (TYPE_PTRMEMFUNC_P (ptrmem_type));
3495 for (member = TYPE_FIELDS (ptrmem_type); member;
3473 tree ptrmem_type; local

Completed in 289 milliseconds