Home
last modified time | relevance | path

Searched refs:label_bitmap (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDstmt.c2237 bitmap label_bitmap; in expand_case() local
2278 label_bitmap = BITMAP_ALLOC (NULL); in expand_case()
2302 if (bitmap_set_bit (label_bitmap, CODE_LABEL_NUMBER (lab))) in expand_case()
2306 BITMAP_FREE (label_bitmap); in expand_case()