Home
last modified time | relevance | path

Searched refs:layout_pod_type_p (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dclass.c3200 if (!layout_pod_type_p (type) && !TYPE_PACKED (type)) in check_field_decls()
3249 if (! layout_pod_type_p (type)) in check_field_decls()
5897 if (TYPE_PACKED (t) && !layout_pod_type_p (t)) in layout_class_type()
H A Dtree.c2988 layout_pod_type_p (const_tree t) in layout_pod_type_p() function
H A Dcp-tree.h5661 extern bool layout_pod_type_p (const_tree);
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dclass.c3538 if (!layout_pod_type_p (type) && !TYPE_PACKED (type)) in check_field_decls()
3603 if (! layout_pod_type_p (type)) in check_field_decls()
6303 if (TYPE_PACKED (t) && !layout_pod_type_p (t)) in layout_class_type()
H A Dtree.c4253 layout_pod_type_p (const_tree t) in layout_pod_type_p() function
H A Dcp-tree.h7059 extern bool layout_pod_type_p (const_tree);