Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dipa-prop.h90 tree component_type; member
H A Dtree.c7917 build_complex_type (tree component_type) in build_complex_type() argument
7922 gcc_assert (INTEGRAL_TYPE_P (component_type) in build_complex_type()
7923 || SCALAR_FLOAT_TYPE_P (component_type) in build_complex_type()
7924 || FIXED_POINT_TYPE_P (component_type)); in build_complex_type()
7929 TREE_TYPE (t) = TYPE_MAIN_VARIANT (component_type); in build_complex_type()
7940 if (TYPE_STRUCTURAL_EQUALITY_P (component_type)) in build_complex_type()
7942 else if (TYPE_CANONICAL (component_type) != component_type) in build_complex_type()
7951 if (component_type == char_type_node) in build_complex_type()
7953 else if (component_type == signed_char_type_node) in build_complex_type()
7961 else if (component_type == integer_type_node) in build_complex_type()
[all …]
H A Dipa-prop.c167 print_generic_expr (f, jump_func->value.known_type.component_type, 0); in ipa_print_node_jump_functions_for_edge()
470 jfunc->value.known_type.component_type = comp_type; in detect_type_change_1()
876 jfunc->value.known_type.component_type = TREE_TYPE (op); in compute_known_type_jump_func()
1691 dst->value.known_type.component_type = combined_type; in combine_known_type_and_ancestor_jfs()
2779 stream_write_tree (ob, jump_func->value.known_type.component_type, true); in ipa_write_jump_function()
2817 jump_func->value.known_type.component_type = stream_read_tree (ib, in ipa_read_jump_function()
H A Dipa-cp.c688 jfunc->value.known_type.component_type); in ipa_value_from_known_type_jfunc()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree.c8280 build_complex_type (tree component_type, bool named) in build_complex_type() argument
8282 gcc_assert (INTEGRAL_TYPE_P (component_type) in build_complex_type()
8283 || SCALAR_FLOAT_TYPE_P (component_type) in build_complex_type()
8284 || FIXED_POINT_TYPE_P (component_type)); in build_complex_type()
8289 TREE_TYPE (probe) = TYPE_MAIN_VARIANT (component_type); in build_complex_type()
8344 return build_qualified_type (t, TYPE_QUALS (component_type)); in build_complex_type()