Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dtree.c5414 build_complex_type (tree component_type) in build_complex_type() argument
5422 TREE_TYPE (t) = TYPE_MAIN_VARIANT (component_type); in build_complex_type()
5437 if (component_type == char_type_node) in build_complex_type()
5439 else if (component_type == signed_char_type_node) in build_complex_type()
5441 else if (component_type == unsigned_char_type_node) in build_complex_type()
5443 else if (component_type == short_integer_type_node) in build_complex_type()
5445 else if (component_type == short_unsigned_type_node) in build_complex_type()
5447 else if (component_type == integer_type_node) in build_complex_type()
5449 else if (component_type == unsigned_type_node) in build_complex_type()
5451 else if (component_type == long_integer_type_node) in build_complex_type()
[all …]