Searched refs:mark_type (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | ggc-zone.c | 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)); in zone_get_object_mark_word() 603 % (8 * sizeof (mark_type))); in zone_get_object_mark_bit() 709 mark_type *cur_marks; in zone_allocate_marks() 718 zone->mark_bits = (mark_type *) xcalloc (sizeof (mark_type), in zone_allocate_marks() 738 = (mark_type *) xcalloc (sizeof (mark_type), in zone_allocate_marks() 1653 mark_type *mark_word_p; in sweep_pages() [all …]
|
H A D | resource.c | 625 enum mark_resource_type mark_type) in mark_set_resources() argument 662 if (mark_type == MARK_SRC_DEST_CALL) in mark_set_resources() 692 if (mark_type != MARK_SRC_DEST_CALL in mark_set_resources() 708 (mark_type == MARK_SRC_DEST_CALL in mark_set_resources() 710 mark_type); in mark_set_resources() 723 mark_set_resources (XVECEXP (x, 0, i), res, 0, mark_type); in mark_set_resources() 762 mark_set_resources (SUBREG_REG (x), res, in_dest, mark_type); in mark_set_resources() 822 mark_set_resources (XEXP (x, i), res, in_dest, mark_type); in mark_set_resources() 827 mark_set_resources (XVECEXP (x, i, j), res, in_dest, mark_type); in mark_set_resources()
|
H A D | ipa-type-escape.c | 463 mark_type (tree type, enum escape_t escape_status) in mark_type() function 513 mark_type (type, FULL_ESCAPE); in mark_interesting_type() 515 mark_type (type, escape_status); in mark_interesting_type() 685 mark_type (to_type, FULL_ESCAPE); in check_cast() 686 mark_type (from_type, FULL_ESCAPE); in check_cast() 695 mark_type (to_type, FULL_ESCAPE); in check_cast() 698 mark_type (from_type, FULL_ESCAPE); in check_cast() 1575 binfotype = mark_type (binfotype, FULL_ESCAPE); in close_type_full_escape() 1585 subtype = mark_type (subtype, FULL_ESCAPE); in close_type_full_escape() 1602 field_type = mark_type (field_type, FULL_ESCAPE); in close_type_full_escape()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | resource.c | 639 mark_set_resources (x, res, in_dest, mark_type) in mark_set_resources() argument 643 enum mark_resource_type mark_type; 680 if (mark_type == MARK_SRC_DEST_CALL) 710 if (mark_type != MARK_SRC_DEST_CALL 726 (mark_type == MARK_SRC_DEST_CALL 728 mark_type); 741 mark_set_resources (XVECEXP (x, 0, i), res, 0, mark_type); 780 mark_set_resources (SUBREG_REG (x), res, in_dest, mark_type); 842 mark_set_resources (XEXP (x, i), res, in_dest, mark_type); 847 mark_set_resources (XVECEXP (x, i, j), res, in_dest, mark_type);
|