Home
last modified time | relevance | path

Searched refs:structural_type_p (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtree.cc4867 structural_type_p (tree t, bool explain) in structural_type_p() function
4912 if (!structural_type_p (mtype)) in structural_type_p()
4917 structural_type_p (mtype, true); in structural_type_p()
H A DChangeLog-201967 * pt.c (invalid_nontype_parm_type_p): Call structural_type_p with
278 * tree.c (structural_type_p): Improve private base diagnostic.
1007 * tree.c (structural_type_p): New.
H A DChangeLog-20203253 * tree.c (structural_type_p): Allow unions.
3260 * tree.c (structural_type_p): Use SCALAR_TYPE_P.
H A Dcp-tree.h7800 extern bool structural_type_p (tree, bool = false);
H A Dpt.cc27309 if (structural_type_p (type)) in invalid_nontype_parm_type_p()
27316 structural_type_p (type, true); in invalid_nontype_parm_type_p()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtree.c4563 structural_type_p (tree t, bool explain) in structural_type_p() function
4609 if (!structural_type_p (TREE_TYPE (m))) in structural_type_p()
4614 structural_type_p (TREE_TYPE (m), true); in structural_type_p()
H A Dcp-tree.h7402 extern bool structural_type_p (tree, bool = false);
H A Dpt.c26455 if (!structural_type_p (type)) in invalid_nontype_parm_type_p()
26462 structural_type_p (type, true); in invalid_nontype_parm_type_p()