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)( TyEnt* te )
68 /* Print a TyEnt, debug-style. */
83 void ML_(pp_TyEnt)( TyEnt* te )
207 TyEnt* tyent = (TyEnt*)VG_(indexXA)( tyents, i );
209 ML_(pp_TyEnt)( tyent );
215 /* Print a TyEnt, C style, chasing stuff as necessary. */
219 TyEnt* ent = ML_(TyEnts__index_by_cuOff)( tyents, NULL, cuOff );
238 void ML_(pp_TyEnt_C_ishly)( XArray* /* of TyEnt */ tyents,
241 TyEnt* ent = ML_(TyEnts__index_by_cuOff)( tyents, NULL, cuOff );
339 TyEnt* ML_(TyEnts__index_by_cuOff) ( 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)( XArray* /* of TyEnt */ tyents,
674 TyEnt* ent = ML_(TyEnts__index_by_cuOff)(tyents, NULL, cuOff);
675 TyEnt* ent2;
713 TyEnt* bo
748 XArray* /* of TyEnt */ tyents,
752 TyEnt* ty;
784 TyEnt* field = NULL;
862 TyEnt* elemTy;
863 TyEnt* bound;