Searched refs:component_type (Results 1 – 2 of 2) sorted by relevance
7653 build_complex_type (tree component_type, bool named) in build_complex_type() argument7655 gcc_assert (INTEGRAL_TYPE_P (component_type) in build_complex_type()7656 || SCALAR_FLOAT_TYPE_P (component_type) in build_complex_type()7657 || FIXED_POINT_TYPE_P (component_type)); in build_complex_type()7662 TREE_TYPE (probe) = TYPE_MAIN_VARIANT (component_type); in build_complex_type()7717 return build_qualified_type (t, TYPE_QUALS (component_type)); in build_complex_type()
8629 build_complex_type (tree component_type, bool named) in build_complex_type() argument8631 gcc_assert (INTEGRAL_TYPE_P (component_type) in build_complex_type()8632 || SCALAR_FLOAT_TYPE_P (component_type) in build_complex_type()8633 || FIXED_POINT_TYPE_P (component_type)); in build_complex_type()8638 TREE_TYPE (probe) = TYPE_MAIN_VARIANT (component_type); in build_complex_type()8693 return build_qualified_type (t, TYPE_QUALS (component_type)); in build_complex_type()