Searched refs:types_compatible_p (Results 1 - 22 of 22) sorted by relevance

/openbsd-current/gnu/gcc/gcc/
H A Dc-convert.c116 && lang_hooks.types_compatible_p (type, TREE_TYPE (expr)))
H A Dlanghooks.h393 int (*types_compatible_p) (tree x, tree y); member in struct:lang_hooks
H A Dtree-nrv.c162 || !lang_hooks.types_compatible_p (TREE_TYPE (found),
H A Dtree-ssa-copyrename.c243 if (!lang_hooks.types_compatible_p (TREE_TYPE (root1), TREE_TYPE (root2)))
H A Dtree-ssa-copy.c115 else if (!lang_hooks.types_compatible_p (type_d, type_o))
195 gcc_assert (lang_hooks.types_compatible_p (TREE_TYPE (orig),
H A Dtree-ssa-forwprop.c785 && lang_hooks.types_compatible_p (TREE_TYPE (name), TREE_TYPE (rhs)))
803 && lang_hooks.types_compatible_p (TREE_TYPE (name), TREE_TYPE (rhs)))
H A Dtree-ssa-phiopt.c405 && !lang_hooks.types_compatible_p (TREE_TYPE (cond), TREE_TYPE (result)))
422 if (!lang_hooks.types_compatible_p (TREE_TYPE (cond), TREE_TYPE (result)))
H A Dtree-vn.c126 && (te1 == te2 || lang_hooks.types_compatible_p (te1, te2))
H A Dtree-ssa-ccp.c1568 if (!lang_hooks.types_compatible_p (orig_type, elt_type))
1647 if (lang_hooks.types_compatible_p (record_type, orig_type))
1683 && lang_hooks.types_compatible_p (orig_type, field_type))
1795 && lang_hooks.types_compatible_p (TREE_TYPE (base),
H A Dtree-ssa.c926 if (lang_hooks.types_compatible_p (inner_type, outer_type))
958 && lang_hooks.types_compatible_p (TREE_TYPE (inner_type),
H A Dtree-tailcall.c448 || !lang_hooks.types_compatible_p (TREE_TYPE (param),
H A Dtree-vect-generic.c456 if (lang_hooks.types_compatible_p (TREE_TYPE (lhs), TREE_TYPE (rhs)))
H A Dgimplify.c1585 if (!lang_hooks.types_compatible_p (ddatype, dctype))
1591 if (!lang_hooks.types_compatible_p (otype, datype))
3242 if (lang_hooks.types_compatible_p (type, optype))
3246 && lang_hooks.types_compatible_p (type, TREE_TYPE (optype)))
3258 && lang_hooks.types_compatible_p (type, TREE_TYPE (TREE_TYPE (subtype))))
3851 if (!lang_hooks.types_compatible_p (t_expr, t_op00))
6217 if (lang_hooks.types_compatible_p (a, b))
H A Dtree-inline.c1030 && lang_hooks.types_compatible_p (TREE_TYPE (value), TREE_TYPE (p))
1224 if (!lang_hooks.types_compatible_p (caller_type, callee_type))
1282 if (!lang_hooks.types_compatible_p (TREE_TYPE (var), caller_type))
H A Dtree-ssa-dom.c1683 if (!lang_hooks.types_compatible_p (op_type, val_type))
2037 || lang_hooks.types_compatible_p (TREE_TYPE (rhs1), TREE_TYPE (rhs2)))
H A Dtree-ssa-reassoc.c757 && lang_hooks.types_compatible_p (TREE_TYPE (oelm1->op),
H A Dipa-type-escape.c219 if (lang_hooks.types_compatible_p (type, other_type) == 1)
H A Dc-format.c2336 if (lang_hooks.types_compatible_p (wanted_type, cur_type))
H A Dc-common.c2893 (htab_eq) lang_hooks.types_compatible_p,
H A Dtree.c7129 if (!lang_hooks.types_compatible_p (TREE_TYPE (f1), TREE_TYPE (f2)))
H A Dfold-const.c2158 || lang_hooks.types_compatible_p (TYPE_MAIN_VARIANT (type),
/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Drs6000-c.c2417 lang_hooks.types_compatible_p makes the decision. */
2427 return lang_hooks.types_compatible_p (t, builtin_type);
2518 && lang_hooks.types_compatible_p (TREE_TYPE (arg),
2520 && lang_hooks.types_compatible_p (TREE_TYPE (TREE_OPERAND (arg, 0)),

Completed in 269 milliseconds