Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
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()