OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GF_OMP_FOR_KIND_MASK
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gimple.h
157
GF_OMP_FOR_KIND_MASK
= (1 << 3) - 1,
5446
return (gimple_omp_subcode (g) &
GF_OMP_FOR_KIND_MASK
);
5455
g->subcode = (g->subcode & ~
GF_OMP_FOR_KIND_MASK
)
5456
| (kind &
GF_OMP_FOR_KIND_MASK
);
/src/external/gpl3/gcc.old/dist/gcc/
gimple.h
156
GF_OMP_FOR_KIND_MASK
= (1 << 3) - 1,
5359
return (gimple_omp_subcode (g) &
GF_OMP_FOR_KIND_MASK
);
5368
g->subcode = (g->subcode & ~
GF_OMP_FOR_KIND_MASK
)
5369
| (kind &
GF_OMP_FOR_KIND_MASK
);
Completed in 20 milliseconds
Indexes created Thu Apr 02 00:23:07 UTC 2026