OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GOMP_MAP_LAST
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/include/
gomp-constants.h
35
#define
GOMP_MAP_LAST
(1 << 8)
200
GOMP_MAP_FIRSTPRIVATE_POINTER = (
GOMP_MAP_LAST
| 1),
202
GOMP_MAP_FIRSTPRIVATE_REFERENCE = (
GOMP_MAP_LAST
| 2),
206
GOMP_MAP_ATTACH_DETACH = (
GOMP_MAP_LAST
| 3),
209
GOMP_MAP_PRESENT_ALLOC = (
GOMP_MAP_LAST
| 4),
210
GOMP_MAP_PRESENT_TO = (
GOMP_MAP_LAST
| 5),
211
GOMP_MAP_PRESENT_FROM = (
GOMP_MAP_LAST
| 6),
212
GOMP_MAP_PRESENT_TOFROM = (
GOMP_MAP_LAST
| 7)
/src/external/gpl3/gcc.old/dist/include/
gomp-constants.h
35
#define
GOMP_MAP_LAST
(1 << 8)
179
GOMP_MAP_FIRSTPRIVATE_POINTER = (
GOMP_MAP_LAST
| 1),
181
GOMP_MAP_FIRSTPRIVATE_REFERENCE = (
GOMP_MAP_LAST
| 2),
185
GOMP_MAP_ATTACH_DETACH = (
GOMP_MAP_LAST
| 3)
Completed in 56 milliseconds
Indexes created Fri Apr 17 00:22:50 UTC 2026