OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:edge_aux_obstack
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
cfg.cc
605
static struct obstack
edge_aux_obstack
;
679
e->aux = obstack_alloc (&
edge_aux_obstack
, size);
683
/* Initialize the
edge_aux_obstack
and if SIZE is nonzero, call
693
gcc_obstack_init (&
edge_aux_obstack
);
700
first_edge_aux_obj = obstack_alloc (&
edge_aux_obstack
, 0);
734
/* Free data allocated in
edge_aux_obstack
and clear AUX pointers
741
obstack_free (&
edge_aux_obstack
, first_edge_aux_obj);
597
static struct obstack
edge_aux_obstack
;
variable in typeref:struct:obstack
/src/external/gpl3/gcc.old/dist/gcc/
cfg.cc
604
static struct obstack
edge_aux_obstack
;
678
e->aux = obstack_alloc (&
edge_aux_obstack
, size);
682
/* Initialize the
edge_aux_obstack
and if SIZE is nonzero, call
692
gcc_obstack_init (&
edge_aux_obstack
);
699
first_edge_aux_obj = obstack_alloc (&
edge_aux_obstack
, 0);
733
/* Free data allocated in
edge_aux_obstack
and clear AUX pointers
740
obstack_free (&
edge_aux_obstack
, first_edge_aux_obj);
596
static struct obstack
edge_aux_obstack
;
variable in typeref:struct:obstack
Completed in 27 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026