Searched refs:GOMP_MAP_LAST (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dgomp-constants.h35 #define GOMP_MAP_LAST (1 << 8) macro
157 GOMP_MAP_FIRSTPRIVATE_POINTER = (GOMP_MAP_LAST | 1),
159 GOMP_MAP_FIRSTPRIVATE_REFERENCE = (GOMP_MAP_LAST | 2),
163 GOMP_MAP_ATTACH_DETACH = (GOMP_MAP_LAST | 3)
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dgomp-constants.h35 #define GOMP_MAP_LAST (1 << 8) macro
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)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-streamer-in.c455 GOMP_MAP_LAST));
H A Dtree-streamer-out.c410 bp_pack_enum (bp, gomp_map_kind, GOMP_MAP_LAST,
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-streamer-in.cc461 GOMP_MAP_LAST));
H A Dtree-streamer-out.cc423 bp_pack_enum (bp, gomp_map_kind, GOMP_MAP_LAST,

Completed in 202 milliseconds