HomeSort by: relevance | last modified time | path
    Searched defs:comptypes (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/objcp/
objcp-decl.h 50 #define comptypes(type1, type2) \ macro
  /src/external/gpl3/gcc/dist/gcc/objcp/
objcp-decl.h 50 #define comptypes(type1, type2) \ macro
  /src/external/gpl3/gcc.old/dist/gcc/cp/
typeck.cc 180 We assume that comptypes has already been done and returned 1;
755 We assume that comptypes has already been done and returned 1;
1266 /* Subroutine in comptypes. */
1388 if (!comptypes (TYPE_OFFSET_BASETYPE (t1), TYPE_OFFSET_BASETYPE (t2),
1529 comptypes (tree t1, tree t2, int strict)
1849 /* Subroutines of `comptypes'. */
8420 && (comptypes (TREE_TYPE (intype), TREE_TYPE (type),
10965 && comptypes (TYPE_OFFSET_BASETYPE (to),
10986 return comptypes
1527 comptypes (tree t1, tree t2, int strict) function
  /src/external/gpl3/gcc/dist/gcc/cp/
typeck.cc 175 We assume that comptypes has already been done and returned 1;
905 We assume that comptypes has already been done and returned 1;
1416 /* Subroutine in comptypes. */
1538 if (!comptypes (TYPE_OFFSET_BASETYPE (t1), TYPE_OFFSET_BASETYPE (t2),
1684 comptypes (tree t1, tree t2, int strict)
2004 /* Subroutines of `comptypes'. */
8863 && (comptypes (TREE_TYPE (intype), TREE_TYPE (type),
11590 && comptypes (TYPE_OFFSET_BASETYPE (to),
11611 return comptypes
1682 comptypes (tree t1, tree t2, int strict) function
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 386 We assume that comptypes has already been done and returned
599 if (comptypes (mv3, mv2))
624 if (comptypes (mv3, mv1))
1047 comptypes (tree type1, tree type2)
1058 /* Like comptypes, but if it returns non-zero because enum and int are
1073 /* Like comptypes, but if it returns nonzero for different types, it
1100 This differs from comptypes, in that we don't free the seen
1313 /* For pedantic record result of comptypes on arrays before losing
1319 val_ped = comptypes (mvl, mvr);
1350 /* Subroutines of `comptypes'. *
1044 comptypes (tree type1, tree type2) function
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 585 We assume that comptypes has already been done and returned
735 gcc_checking_assert (!TYPE_NAME (t1) || comptypes (t1, t2));
770 gcc_checking_assert (!DECL_NAME (a) || comptypes (ta, tb));
813 gcc_checking_assert (!TYPE_NAME (n) || comptypes (n, t1));
814 gcc_checking_assert (!TYPE_NAME (n) || comptypes (n, t2));
917 if (comptypes (mv3, mv2))
939 if (comptypes (mv3, mv1))
1387 /* Helper function for comptypes. For two compatible types, return 1
1429 comptypes (tree type1, tree type2)
1438 /* Like comptypes, but it returns non-zero only for identica
1424 comptypes (tree type1, tree type2) function
    [all...]

Completed in 196 milliseconds