Searched refs:fbase (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/config/visium/
H A Dvisium.c1459 tree ovfl, gbase, gbytes, fbase, fbytes, t; local
1469 fbase = build3 (COMPONENT_REF, TREE_TYPE (f_fbase), valist, f_fbase,
1492 t = make_tree (TREE_TYPE (fbase), virtual_incoming_args_rtx);
1496 t = build2 (MODIFY_EXPR, TREE_TYPE (fbase), fbase, t);
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dcall.c676 tree fbase = TYPE_OFFSET_BASETYPE (TREE_TYPE (from)); local
679 if (DERIVED_FROM_P (fbase, tbase)
723 tree fbase = TREE_TYPE (TREE_VALUE (TYPE_ARG_TYPES (fromfn))); local
726 if (! DERIVED_FROM_P (fbase, tbase)
730 || CP_TYPE_QUALS (fbase) != CP_TYPE_QUALS (tbase))
733 from = cp_build_qualified_type (tbase, CP_TYPE_QUALS (fbase));
/haiku-buildtools/gcc/gcc/cp/
H A Dcall.c1247 tree fbase = TYPE_PTRMEM_CLASS_TYPE (from); local
1250 if (DERIVED_FROM_P (fbase, tbase)
1259 else if (!same_type_p (fbase, tbase))
1327 tree fbase = class_of_this_parm (fromfn); local
1330 if (!DERIVED_FROM_P (fbase, tbase)

Completed in 112 milliseconds