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

/freebsd-10.0-release/contrib/gcc/
H A Dcfg.c663 static struct obstack edge_aux_obstack;
737 e->aux = obstack_alloc (&edge_aux_obstack, size);
741 /* Initialize the edge_aux_obstack and if SIZE is nonzero, call
751 gcc_obstack_init (&edge_aux_obstack);
758 first_edge_aux_obj = obstack_alloc (&edge_aux_obstack, 0);
790 /* Free data allocated in edge_aux_obstack and clear AUX pointers
797 obstack_free (&edge_aux_obstack, first_edge_aux_obj);
655 static struct obstack edge_aux_obstack; variable in typeref:struct:obstack

Completed in 66 milliseconds