OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:regcounts_os
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/config/gcn/
mkoffload.cc
498
struct obstack fns_os, dims_os,
regcounts_os
;
local
501
obstack_init (&
regcounts_os
);
624
obstack_grow (&
regcounts_os
, ®count, sizeof (regcount));
636
struct regcount *regcounts = XOBFINISH (&
regcounts_os
, struct regcount *);
686
obstack_free (&
regcounts_os
, NULL);
/src/external/gpl3/gcc/dist/gcc/config/gcn/
mkoffload.cc
490
struct obstack fns_os, dims_os,
regcounts_os
;
local
493
obstack_init (&
regcounts_os
);
646
obstack_grow (&
regcounts_os
, ®count, sizeof (regcount));
658
struct regcount *regcounts = XOBFINISH (&
regcounts_os
, struct regcount *);
722
obstack_free (&
regcounts_os
, NULL);
Completed in 31 milliseconds
Indexes created Thu Mar 26 00:23:24 UTC 2026