Home
last modified time | relevance | path

Searched refs:objtype (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dtypeck2.c1553 tree objtype; in build_m_component_ref() local
1573 objtype = TYPE_MAIN_VARIANT (TREE_TYPE (datum)); in build_m_component_ref()
1574 if (! MAYBE_CLASS_TYPE_P (objtype)) in build_m_component_ref()
1578 component, datum, objtype); in build_m_component_ref()
1587 if (!same_type_p (ctype, objtype)) in build_m_component_ref()
1593 binfo = lookup_base (objtype, ctype, ba_check, NULL); in build_m_component_ref()
1600 type, objtype); in build_m_component_ref()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dtypeck2.c1922 tree objtype; in build_m_component_ref() local
1942 objtype = TYPE_MAIN_VARIANT (TREE_TYPE (datum)); in build_m_component_ref()
1943 if (! MAYBE_CLASS_TYPE_P (objtype)) in build_m_component_ref()
1947 "non-class type %qT", component, datum, objtype); in build_m_component_ref()
1956 if (!same_type_p (ctype, objtype)) in build_m_component_ref()
1962 binfo = lookup_base (objtype, ctype, ba_check, NULL, complain); in build_m_component_ref()
1969 "type %qT", type, objtype); in build_m_component_ref()
H A Dtree.c3120 tree objtype = TREE_TYPE (obj); in build_ctor_subob_ref() local
3121 if (TREE_CODE (objtype) == ARRAY_TYPE && !TYPE_DOMAIN (objtype)) in build_ctor_subob_ref()
3127 TYPE_MAIN_VARIANT (objtype), in build_ctor_subob_ref()
3131 gcc_assert (same_type_ignoring_top_level_qualifiers_p (type, objtype)); in build_ctor_subob_ref()
/dflybsd-src/contrib/gdb-7/gdb/
H A Djv-lang.c603 struct type *objtype = get_java_object_type (); in get_java_object_header_size() local
605 if (objtype == NULL) in get_java_object_header_size()
608 return TYPE_LENGTH (objtype); in get_java_object_header_size()
H A Dvalops.c2821 struct type *objtype = check_typedef (obj_type); in find_overload_match() local
2824 && (TYPE_CODE (objtype) == TYPE_CODE_PTR in find_overload_match()
2825 || TYPE_CODE (objtype) == TYPE_CODE_REF)) in find_overload_match()