OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tlist_obstack
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc
1853
static struct obstack
tlist_obstack
;
1877
l = XOBNEW (&
tlist_obstack
, struct tlist);
2187
t = XOBNEW (&
tlist_obstack
, struct tlist_cache);
2295
gcc_obstack_init (&
tlist_obstack
);
2296
tlist_firstobj = (char *) obstack_alloc (&
tlist_obstack
, 0);
2301
obstack_free (&
tlist_obstack
, tlist_firstobj);
1850
static struct obstack
tlist_obstack
;
variable in typeref:struct:obstack
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc
1814
static struct obstack
tlist_obstack
;
1838
l = XOBNEW (&
tlist_obstack
, struct tlist);
2148
t = XOBNEW (&
tlist_obstack
, struct tlist_cache);
2256
gcc_obstack_init (&
tlist_obstack
);
2257
tlist_firstobj = (char *) obstack_alloc (&
tlist_obstack
, 0);
2262
obstack_free (&
tlist_obstack
, tlist_firstobj);
1811
static struct obstack
tlist_obstack
;
variable in typeref:struct:obstack
Completed in 39 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026