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

/freebsd-12-stable/contrib/gcc/
H A Dtree.c150 static GTY ((if_marked ("tree_int_map_marked_p"), param_is (struct tree_int_map)))
156 struct tree_int_map GTY(()) function
3967 /* Return true if the trees in the tree_int_map *'s VA and VB are equal. */
3972 const struct tree_int_map *a = va, *b = vb;
3976 /* Hash a from tree in the tree_int_map * ITEM. */
3981 return htab_hash_pointer (((const struct tree_int_map *)item)->from);
3985 purposes. We simply return true if the from tree_int_map *P's from tree is marked, so that this
3991 tree from = ((struct tree_int_map *) p)->from;
4000 struct tree_int_map *h, in;
4015 struct tree_int_map *
[all...]

Completed in 105 milliseconds