Searched refs:comptypes (Results 1 - 10 of 10) sorted by path

/freebsd-11-stable/contrib/gcc/
H A Dc-common.c1143 && comptypes (TREE_TYPE (t1), TREE_TYPE (t2)))
2807 equal via comptypes to the same value. In practice it hashes
2808 on some of the simple stuff and leaves the details to comptypes. */
H A Dc-decl.c1067 || !comptypes (TREE_TYPE (oldtype), TREE_TYPE (newtype))
1144 else if (!comptypes (oldargtype, newargtype))
1239 if (!comptypes (oldtype, newtype))
1248 if (trytype && comptypes (newtype, trytype))
1695 if (!comptypes (oldtype, TREE_TYPE (newdecl)))
2190 if (comptypes (vistype, type))
2292 if (comptypes (vistype, type))
2466 if (!comptypes (newtype, TREE_TYPE (decl)))
2475 if (!comptypes (newtype, TREE_TYPE (decl)))
6706 && comptypes (TREE_TYP
[all...]
H A Dc-objc-common.c258 return comptypes (TYPE_MAIN_VARIANT (x), TYPE_MAIN_VARIANT (y));
H A Dc-parser.c5665 expr.value = comptypes (e1, e2)
H A Dc-tree.h547 extern int comptypes (tree, tree);
H A Dc-typeck.c277 We assume that comptypes has already been done and returned
477 if (comptypes (mv3, mv2))
502 if (comptypes (mv3, mv1))
786 comptypes (tree type1, tree type2)
801 differs from comptypes, in that we don't free the seen types. */
982 val = comptypes (mvl, mvr);
990 /* Subroutines of `comptypes'. */
1442 /* comptypes said ok, but record if it said to warn. */
2416 && !comptypes (fntype, TREE_TYPE (tem)))
3656 if (comptypes (TYPE_MAIN_VARIAN
782 comptypes (tree type1, tree type2) function
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Dcp-tree.h289 comptypes ((TYPE1), (TYPE2), COMPARE_STRICT)
3536 /* Used with comptypes, and related functions, to guide type
3568 comptypes ((TYPE1), (TYPE2), COMPARE_BASE)
4513 extern bool comptypes (tree, tree, int);
H A Dcvt.c517 && (comptypes (TREE_TYPE (intype), type,
638 call to comptypes. We don't call fold in this case because
H A Ddecl.c1032 types_match = comptypes (TREE_TYPE (newdecl),
H A Dtypeck.c163 We assume that comptypes has already been done and returned 1;
598 We assume that comptypes has already been done and returned 1;
760 We assume that comptypes has already been done and returned 1;
956 comptypes (tree t1, tree t2, int strict)
1054 if (!comptypes (TYPE_OFFSET_BASETYPE (t1), TYPE_OFFSET_BASETYPE (t2),
1241 /* Subroutines of `comptypes'. */
5301 && (comptypes (TREE_TYPE (intype), TREE_TYPE (type),
6703 return comptypes (t1, t2, COMPARE_STRICT);
7075 && comptypes (TYPE_OFFSET_BASETYPE (to),
7092 return comptypes
954 comptypes (tree t1, tree t2, int strict) function
[all...]

Completed in 293 milliseconds