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

  /src/external/gpl3/gcc/dist/gcc/cp/
cvt.cc 140 tree intype_class;
144 intype_class = TREE_TYPE (intype);
147 same_p = same_type_p (TYPE_MAIN_VARIANT (intype_class),
152 binfo = lookup_base (intype_class, type_class, ba_check,
157 binfo = lookup_base (type_class, intype_class, ba_check,
139 tree intype_class; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cvt.cc 140 tree intype_class;
144 intype_class = TREE_TYPE (intype);
147 same_p = same_type_p (TYPE_MAIN_VARIANT (intype_class),
152 binfo = lookup_base (intype_class, type_class, ba_check,
157 binfo = lookup_base (type_class, intype_class, ba_check,
139 tree intype_class; local

Completed in 26 milliseconds