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

/freebsd-9.3-release/contrib/gcc/
H A Dcfg.c661 static struct obstack block_aux_obstack;
674 bb->aux = obstack_alloc (&block_aux_obstack, size);
678 /* Initialize the block_aux_obstack and if SIZE is nonzero, call
688 gcc_obstack_init (&block_aux_obstack);
695 first_block_aux_obj = obstack_alloc (&block_aux_obstack, 0);
716 /* Free data allocated in block_aux_obstack and clear AUX pointers
723 obstack_free (&block_aux_obstack, first_block_aux_obj);
653 static struct obstack block_aux_obstack; variable in typeref:struct:obstack

Completed in 49 milliseconds