OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:privatized_types
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gimplify.cc
246
hash_set<tree> *
privatized_types
;
member in struct:gimplify_omp_ctx
479
c->
privatized_types
= new hash_set<tree>;
501
delete c->
privatized_types
;
7648
if (ctx->
privatized_types
->add (type))
/src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc
226
hash_set<tree> *
privatized_types
;
member in struct:gimplify_omp_ctx
459
c->
privatized_types
= new hash_set<tree>;
481
delete c->
privatized_types
;
7218
if (ctx->
privatized_types
->add (type))
Completed in 36 milliseconds
Indexes created Wed Jun 24 00:24:50 UTC 2026