Home
last modified time | relevance | path

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

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