Searched refs:scalarish_type_p (Results 1 – 6 of 6) sorted by relevance
2883 scalarish_type_p (const_tree t) in scalarish_type_p() function2942 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()
4039 scalarish_type_p (const_tree t) in scalarish_type_p() function4207 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()
747 && !scalarish_type_p (expr_type)) in do_build_copy_constructor()863 && !scalarish_type_p (expr_type)) in do_build_copy_assign()
1257 gcc_assert (scalarish_type_p (type)); in adjust_temp_type()
7064 extern bool scalarish_type_p (const_tree);
18705 if (scalarish_type_p (object_type)) in tsubst_copy_and_build()