Home
last modified time | relevance | path

Searched refs:component_type (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree.cc7653 build_complex_type (tree component_type, bool named) in build_complex_type() argument
7655 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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree.c8629 build_complex_type (tree component_type, bool named) in build_complex_type() argument
8631 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()