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

/haiku-buildtools/gcc/gcc/
H A Dtree-object-size.c66 bitmap visited, reexamine; member in struct:object_size_info
545 osi.reexamine = BITMAP_ALLOC (NULL);
552 can be computed. osi.reexamine bitmap at the end will
562 if (! bitmap_empty_p (osi.reexamine))
564 bitmap reexamine = BITMAP_ALLOC (NULL); local
579 osi.reexamine bitmap, so iterate over a copy. */
580 bitmap_copy (reexamine, osi.reexamine);
581 EXECUTE_IF_SET_IN_BITMAP (reexamine, 0, i, bi)
582 if (bitmap_bit_p (osi.reexamine,
872 bool reexamine = false; local
921 bool reexamine; local
[all...]

Completed in 41 milliseconds