Home | History | Annotate | Download | only in gcc

Lines Matching defs:tm_memop

3430 struct tm_memop
3440 struct tm_memop_hasher : free_ptr_hash <tm_memop>
3442 static inline hashval_t hash (const tm_memop *);
3443 static inline bool equal (const tm_memop *, const tm_memop *);
3446 /* Htab support. Return a hash value for a `tm_memop'. */
3448 tm_memop_hasher::hash (const tm_memop *mem)
3458 /* Htab support. Return true if two tm_memop's are the same. */
3460 tm_memop_hasher::equal (const tm_memop *mem1, const tm_memop *mem2)
3526 struct tm_memop tmpmem, *mem;
3527 tm_memop **slot;
3536 mem = XNEW (struct tm_memop);
3592 struct tm_memop *mem = NULL;