OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allocate_map
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
omp-low.cc
132
hash_map<tree, tree> *
allocate_map
;
member in struct:omp_context
1081
delete ctx->
allocate_map
;
1169
if (ctx->
allocate_map
== NULL)
1170
ctx->
allocate_map
= new hash_map<tree, tree>;
1176
ctx->
allocate_map
->put (OMP_CLAUSE_DECL (c), val);
1195
if (ctx->
allocate_map
&& ctx->
allocate_map
->get (decl))
1196
ctx->
allocate_map
->remove (decl);
1254
if (ctx->
allocate_map
1262
if (ctx->
allocate_map
->get (decl)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
omp-low.cc
132
hash_map<tree, tree> *
allocate_map
;
member in struct:omp_context
1078
delete ctx->
allocate_map
;
1157
if (ctx->
allocate_map
== NULL)
1158
ctx->
allocate_map
= new hash_map<tree, tree>;
1164
ctx->
allocate_map
->put (OMP_CLAUSE_DECL (c), val);
1183
if (ctx->
allocate_map
&& ctx->
allocate_map
->get (decl))
1184
ctx->
allocate_map
->remove (decl);
1242
if (ctx->
allocate_map
1250
if (ctx->
allocate_map
->get (decl)
[
all
...]
Completed in 49 milliseconds
Indexes created Thu Mar 26 00:23:24 UTC 2026