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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-nested.c137 static struct bitmap_obstack nesting_info_bitmap_obstack; variable in typeref:struct:bitmap_obstack
846 info->suppress_expansion = BITMAP_ALLOC (&nesting_info_bitmap_obstack);
3576 bitmap_obstack_initialize (&nesting_info_bitmap_obstack);
3593 bitmap_obstack_release (&nesting_info_bitmap_obstack);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-nested.cc237 static struct bitmap_obstack nesting_info_bitmap_obstack; variable in typeref:struct:bitmap_obstack
945 info->suppress_expansion = BITMAP_ALLOC (&nesting_info_bitmap_obstack);
3736 bitmap_obstack_initialize (&nesting_info_bitmap_obstack);
3753 bitmap_obstack_release (&nesting_info_bitmap_obstack);

Completed in 299 milliseconds