Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/cp/
HDtree.c2883 scalarish_type_p (const_tree t) in scalarish_type_p() function
2942 return scalarish_type_p (t); in trivially_copyable_p()
2957 return scalarish_type_p (t); in trivial_type_p()
2970 return scalarish_type_p (t); in pod_type_p()
2995 return scalarish_type_p (t); in layout_pod_type_p()
3009 return scalarish_type_p (t); in std_layout_type_p()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDtree.c4039 scalarish_type_p (const_tree t) in scalarish_type_p() function
4207 return !CP_TYPE_VOLATILE_P (t) && scalarish_type_p (t); in trivially_copyable_p()
4222 return scalarish_type_p (t); in trivial_type_p()
4235 return scalarish_type_p (t); in pod_type_p()
4260 return scalarish_type_p (t); in layout_pod_type_p()
4274 return scalarish_type_p (t); in std_layout_type_p()
HDmethod.c747 && !scalarish_type_p (expr_type)) in do_build_copy_constructor()
863 && !scalarish_type_p (expr_type)) in do_build_copy_assign()
HDconstexpr.c1257 gcc_assert (scalarish_type_p (type)); in adjust_temp_type()
HDcp-tree.h7064 extern bool scalarish_type_p (const_tree);
HDpt.c18705 if (scalarish_type_p (object_type)) in tsubst_copy_and_build()