OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:map_clause
(Results
1 - 1
of
1
) 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;
Completed in 23 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026