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

  /src/external/gpl3/gcc.old/dist/include/
gomp-constants.h 37 #define GOMP_MAP_FLAG_TO (1 << 0)
67 GOMP_MAP_TO = (GOMP_MAP_ALLOC | GOMP_MAP_FLAG_TO),
190 && ((X) & GOMP_MAP_FLAG_TO))
  /src/external/gpl3/gcc/dist/include/
gomp-constants.h 37 #define GOMP_MAP_FLAG_TO (1 << 0)
73 GOMP_MAP_TO = (GOMP_MAP_ALLOC | GOMP_MAP_FLAG_TO),
217 && ((X) & GOMP_MAP_FLAG_TO))

Completed in 16 milliseconds