Home | History | Annotate | Download | only in gcc

Lines Matching refs:elt_t

183 struct gimplify_hasher : free_ptr_hash <elt_t>
185 static inline hashval_t hash (const elt_t *);
186 static inline bool equal (const elt_t *, const elt_t *);
592 elt_t elt, *elt_p;
593 elt_t **slot;
601 elt_p = XNEW (elt_t);
16720 gimplify_hasher::hash (const elt_t *p)
16727 gimplify_hasher::equal (const elt_t *p1, const elt_t *p2)