Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:TyEnt

48 /* Does this TyEnt denote a type, as opposed to some other kind of
51 Bool ML_(TyEnt__is_type)( const TyEnt* te )
68 /* Print a TyEnt, debug-style. */
83 void ML_(pp_TyEnt)( const TyEnt* te )
206 const TyEnt* tyent = VG_(indexXA)( tyents, i );
208 ML_(pp_TyEnt)( tyent );
214 /* Print a TyEnt, C style, chasing stuff as necessary. */
218 TyEnt* ent = ML_(TyEnts__index_by_cuOff)( tyents, NULL, cuOff );
237 void ML_(pp_TyEnt_C_ishly)( const XArray* /* of TyEnt */ tyents,
240 TyEnt* ent = ML_(TyEnts__index_by_cuOff)( tyents, NULL, cuOff );
339 TyEnt* ML_(TyEnts__index_by_cuOff) ( const XArray* /* of TyEnt */ ents,
345 TyEnt key, *res;
368 TyEnt* te;
386 // offsetof(TyEnt,cuOff) );
392 res = (TyEnt*)VG_(indexXA)( ents, first );
413 Word ML_(TyEnt__cmp_by_cuOff_only) ( const TyEnt* te1, const TyEnt* te2 )
480 Word ML_(TyEnt__cmp_by_all_except_cuOff) ( const TyEnt* te1, const TyEnt* te2 )
584 this TyEnt, and set its tag to Te_EMPTY. The .cuOff field is
587 void ML_(TyEnt__make_EMPTY) ( TyEnt* te )
669 MaybeULong ML_(sizeOfType)( const XArray* /* of TyEnt */ tyents,
674 TyEnt* ent = ML_(TyEnts__index_by_cuOff)(tyents, NULL, cuOff);
675 TyEnt* ent2;
713 TyEnt* bo
747 const XArray* /* of TyEnt */ tyents,
751 TyEnt* ty;
782 TyEnt* field = NULL;
860 TyEnt* elemTy;
861 TyEnt* bound;