Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dtree.c3839 build_complex_type (component_type) in build_complex_type() argument
3840 tree component_type; in build_complex_type()
3848 TREE_TYPE (t) = TYPE_MAIN_VARIANT (component_type);
3849 set_type_quals (t, TYPE_QUALS (component_type));
3852 hashcode = TYPE_HASH (component_type);
3864 if (component_type == char_type_node)
3866 else if (component_type == signed_char_type_node)
3868 else if (component_type == unsigned_char_type_node)
3874 else if (component_type == integer_type_node)
3876 else if (component_type == unsigned_type_node)
[all …]
/openbsd/gnu/gcc/gcc/
H A Dtree.c5383 build_complex_type (tree component_type) in build_complex_type() argument
5391 TREE_TYPE (t) = TYPE_MAIN_VARIANT (component_type); in build_complex_type()
5406 if (component_type == char_type_node) in build_complex_type()
5408 else if (component_type == signed_char_type_node) in build_complex_type()
5410 else if (component_type == unsigned_char_type_node) in build_complex_type()
5412 else if (component_type == short_integer_type_node) in build_complex_type()
5414 else if (component_type == short_unsigned_type_node) in build_complex_type()
5416 else if (component_type == integer_type_node) in build_complex_type()
5418 else if (component_type == unsigned_type_node) in build_complex_type()
5420 else if (component_type == long_integer_type_node) in build_complex_type()
[all …]