Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dgimplify.c115 static bool cpt_same_type (tree a, tree b);
3855 && cpt_same_type (TREE_CODE (t_op0) == ARRAY_TYPE in gimplify_addr_expr()
3859 && cpt_same_type (t_op0, TREE_TYPE (t_op00))); in gimplify_addr_expr()
6213 cpt_same_type (tree a, tree b) in cpt_same_type() function
6232 return cpt_same_type (TREE_TYPE (a), TREE_TYPE (b)); in cpt_same_type()
6236 return cpt_same_type (TREE_TYPE (a), TREE_TYPE (b)); in cpt_same_type()
6259 gcc_assert (cpt_same_type (otype, dtype)); in check_pointer_types_r()
6266 if (!cpt_same_type (otype, dtype)) in check_pointer_types_r()
6274 && cpt_same_type (TREE_TYPE (otype), dtype)); in check_pointer_types_r()
H A DChangeLog.tree-ssa833 (cpt_same_type): Ditto.
4896 * gimplify.c (cpt_same_type): Allow different ARRAY_TYPEs with
5141 (cpt_same_type, check_pointer_types_r): New.