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

  /src/external/gpl3/gcc.old/dist/include/
gomp-constants.h 271 /* Versions of libgomp and device-specific plugins. GOMP_VERSION
274 #define GOMP_VERSION 1
  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
mkoffload.cc 346 GOMP_VERSION_PACK (GOMP_VERSION, GOMP_VERSION_NVIDIA_PTX),
354 GOMP_VERSION_PACK (GOMP_VERSION, GOMP_VERSION_NVIDIA_PTX),
  /src/external/gpl3/gcc/dist/include/
gomp-constants.h 322 /* Versions of libgomp and device-specific plugins. GOMP_VERSION
325 #define GOMP_VERSION 3
  /src/external/gpl3/gcc/dist/libgomp/
oacc-host.c 77 return GOMP_VERSION;
target.c 2607 if (GOMP_VERSION_LIB (version) > GOMP_VERSION)
2609 GOMP_VERSION, GOMP_VERSION_LIB (version));
2694 if (GOMP_VERSION_LIB (version) > GOMP_VERSION)
2696 GOMP_VERSION, GOMP_VERSION_LIB (version));
5129 if (device->version_func () != GOMP_VERSION)
  /src/external/gpl3/gcc.old/dist/libgomp/
oacc-host.c 77 return GOMP_VERSION;
target.c 2295 if (GOMP_VERSION_LIB (version) > GOMP_VERSION)
2297 GOMP_VERSION, GOMP_VERSION_LIB (version));
3736 if (device->version_func () != GOMP_VERSION)
  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
mkoffload.cc 572 GOMP_VERSION_PACK (GOMP_VERSION, GOMP_VERSION_NVIDIA_PTX),
580 GOMP_VERSION_PACK (GOMP_VERSION, GOMP_VERSION_NVIDIA_PTX),
  /src/external/gpl3/gcc/dist/gcc/config/gcn/
mkoffload.cc 790 GOMP_VERSION_PACK (GOMP_VERSION, GOMP_VERSION_GCN),
798 GOMP_VERSION_PACK (GOMP_VERSION, GOMP_VERSION_GCN),
  /src/external/gpl3/gcc.old/dist/gcc/config/gcn/
mkoffload.cc 750 GOMP_VERSION_PACK (GOMP_VERSION, GOMP_VERSION_GCN),
758 GOMP_VERSION_PACK (GOMP_VERSION, GOMP_VERSION_GCN),
  /src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-nvptx.c 1283 return GOMP_VERSION;
plugin-gcn.c 3343 return GOMP_VERSION;
  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-nvptx.c 1241 return GOMP_VERSION;
plugin-gcn.c 3211 return GOMP_VERSION;

Completed in 45 milliseconds