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

/freebsd-9.3-release/contrib/gcc/
H A Dggc-zone.c192 #define BYTES_PER_MARK_WORD (8 * BYTES_PER_MARK_BIT * sizeof (mark_type))
232 typedef unsigned int mark_type; typedef
269 mark_type *mark_bits;
407 mark_type *mark_bits;
483 mark_type *mark_bits;
594 / (8 * sizeof (mark_type) * BYTES_PER_MARK_BIT));
603 % (8 * sizeof (mark_type)));
709 mark_type *cur_marks;
718 zone->mark_bits = (mark_type *) xcalloc (sizeof (mark_type),
[all...]
H A Dresource.c631 enum mark_resource_type mark_type)
668 if (mark_type == MARK_SRC_DEST_CALL)
698 if (mark_type != MARK_SRC_DEST_CALL
714 (mark_type == MARK_SRC_DEST_CALL
716 mark_type);
729 mark_set_resources (XVECEXP (x, 0, i), res, 0, mark_type);
768 mark_set_resources (SUBREG_REG (x), res, in_dest, mark_type);
828 mark_set_resources (XEXP (x, i), res, in_dest, mark_type);
833 mark_set_resources (XVECEXP (x, i, j), res, in_dest, mark_type);
624 mark_set_resources(rtx x, struct resources *res, int in_dest, enum mark_resource_type mark_type) argument
710 mark_type); local
762 mark_set_resources (SUBREG_REG (x), res, in_dest, mark_type); local
822 mark_set_resources (XEXP (x, i), res, in_dest, mark_type); local
827 mark_set_resources (XVECEXP (x, i, j), res, in_dest, mark_type); local
H A Dipa-type-escape.c463 mark_type (tree type, enum escape_t escape_status) function
513 mark_type (type, FULL_ESCAPE);
515 mark_type (type, escape_status);
685 mark_type (to_type, FULL_ESCAPE);
686 mark_type (from_type, FULL_ESCAPE);
695 mark_type (to_type, FULL_ESCAPE);
698 mark_type (from_type, FULL_ESCAPE);
1576 binfotype = mark_type (binfotype, FULL_ESCAPE);
1586 subtype = mark_type (subtype, FULL_ESCAPE);
1603 field_type = mark_type (field_typ
[all...]

Completed in 60 milliseconds