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

  /src/external/gpl3/gcc/dist/include/
gomp-constants.h 330 #define GOMP_VERSION_LIB(PACK) (((PACK) >> 16) & 0xffff)
333 #define GOMP_VERSION_SUPPORTS_INDIRECT_FUNCS(VER) (GOMP_VERSION_LIB(VER) >= 3)
  /src/external/gpl3/gcc.old/dist/include/
gomp-constants.h 280 #define GOMP_VERSION_LIB(PACK) (((PACK) >> 16) & 0xffff)
  /src/external/gpl3/gcc/dist/libgomp/
target.c 2607 if (GOMP_VERSION_LIB (version) > GOMP_VERSION)
2609 GOMP_VERSION, GOMP_VERSION_LIB (version));
2613 if (GOMP_VERSION_LIB (version) > 1)
2694 if (GOMP_VERSION_LIB (version) > GOMP_VERSION)
2696 GOMP_VERSION, GOMP_VERSION_LIB (version));
2699 if (GOMP_VERSION_LIB (version) > 1)
  /src/external/gpl3/gcc.old/dist/libgomp/
target.c 2295 if (GOMP_VERSION_LIB (version) > GOMP_VERSION)
2297 GOMP_VERSION, GOMP_VERSION_LIB (version));

Completed in 24 milliseconds