HomeSort by: relevance | last modified time | path
    Searched defs:GOMP_MAP_TO (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/include/
gomp-constants.h 73 GOMP_MAP_TO = (GOMP_MAP_ALLOC | GOMP_MAP_FLAG_TO),
77 GOMP_MAP_TOFROM = (GOMP_MAP_TO | GOMP_MAP_FROM),
82 /* Also internal, behaves like GOMP_MAP_TO, but additionally any
119 GOMP_MAP_FORCE_TO = (GOMP_MAP_FLAG_FORCE | GOMP_MAP_TO),
130 GOMP_MAP_ALWAYS_TO = (GOMP_MAP_FLAG_SPECIAL_2 | GOMP_MAP_TO),
141 | GOMP_MAP_TO),
  /src/external/gpl3/gcc.old/dist/include/
gomp-constants.h 67 GOMP_MAP_TO = (GOMP_MAP_ALLOC | GOMP_MAP_FLAG_TO),
71 GOMP_MAP_TOFROM = (GOMP_MAP_TO | GOMP_MAP_FROM),
76 /* Also internal, behaves like GOMP_MAP_TO, but additionally any
113 GOMP_MAP_FORCE_TO = (GOMP_MAP_FLAG_FORCE | GOMP_MAP_TO),
124 GOMP_MAP_ALWAYS_TO = (GOMP_MAP_FLAG_SPECIAL_2 | GOMP_MAP_TO),

Completed in 14 milliseconds