Searched refs:objtype (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/gcc/cp/
H A Dtypeck2.c1224 tree objtype;
1241 objtype = TYPE_MAIN_VARIANT (TREE_TYPE (datum));
1242 if (! IS_AGGR_TYPE (objtype))
1246 component, datum, objtype);
1255 if (!same_type_p (ctype, objtype))
1261 binfo = lookup_base (objtype, ctype, ba_check, NULL);
1268 type, objtype);
1219 tree objtype; local
/freebsd-10-stable/contrib/gdb/gdb/
H A Djv-lang.c588 struct type *objtype = get_java_object_type (); local
589 if (objtype == NULL)
592 return TYPE_LENGTH (objtype);

Completed in 106 milliseconds