OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tm_obstack
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
trans-mem.cc
1947
static bitmap_obstack
tm_obstack
;
1960
obstack_alloc (&
tm_obstack
.obstack, sizeof (struct tm_region));
1985
region->exit_blocks = BITMAP_ALLOC (&
tm_obstack
);
1986
region->irr_blocks = BITMAP_ALLOC (&
tm_obstack
);
2107
bitmap_obstack_initialize (&
tm_obstack
);
2113
obstack_alloc (&
tm_obstack
.obstack, sizeof (struct tm_region));
2119
region->irr_blocks = BITMAP_ALLOC (&
tm_obstack
);
2131
bitmap_obstack_release (&
tm_obstack
);
2835
bitmap_obstack_release (&
tm_obstack
);
3372
bitmap_obstack_release (&
tm_obstack
);
1941
static bitmap_obstack
tm_obstack
;
variable
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
trans-mem.cc
1938
static bitmap_obstack
tm_obstack
;
1951
obstack_alloc (&
tm_obstack
.obstack, sizeof (struct tm_region));
1976
region->exit_blocks = BITMAP_ALLOC (&
tm_obstack
);
1977
region->irr_blocks = BITMAP_ALLOC (&
tm_obstack
);
2098
bitmap_obstack_initialize (&
tm_obstack
);
2104
obstack_alloc (&
tm_obstack
.obstack, sizeof (struct tm_region));
2110
region->irr_blocks = BITMAP_ALLOC (&
tm_obstack
);
2122
bitmap_obstack_release (&
tm_obstack
);
2826
bitmap_obstack_release (&
tm_obstack
);
3360
bitmap_obstack_release (&
tm_obstack
);
1932
static bitmap_obstack
tm_obstack
;
variable
[
all
...]
Completed in 62 milliseconds
Indexes created Fri Apr 17 00:22:50 UTC 2026