OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:map_clause
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-omp.cc
3000
struct
map_clause
struct
3006
map_clause
(void) : clause (NULL_TREE), firstprivate_ptr_p (false),
function in struct:map_clause
3033
hash_map<tree,
map_clause
> maps;
3052
map_clause
&mc = maps.get_or_insert (ptr);
3070
map_clause
&mc = maps.get_or_insert (OMP_CLAUSE_DECL (c));
3075
for (hash_map<tree,
map_clause
>::iterator i = maps.begin ();
3078
map_clause
&mc = (*i).second;
/src/external/gpl3/gcc/dist/gcc/c-family/
c-omp.cc
3203
struct
map_clause
3209
map_clause
(void) : clause (NULL_TREE), firstprivate_ptr_p (false),
3236
hash_map<tree,
map_clause
> maps;
3255
map_clause
&mc = maps.get_or_insert (ptr);
3273
map_clause
&mc = maps.get_or_insert (OMP_CLAUSE_DECL (c));
3278
for (hash_map<tree,
map_clause
>::iterator i = maps.begin ();
3281
map_clause
&mc = (*i).second;
Completed in 33 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026