Searched refs:GOMP_VERSION_LIB (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dgomp-constants.h250 #define GOMP_VERSION_LIB(PACK) (((PACK) >> 16) & 0xffff) macro
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dgomp-constants.h280 #define GOMP_VERSION_LIB(PACK) (((PACK) >> 16) & 0xffff) macro
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dtarget.c1749 if (GOMP_VERSION_LIB (version) > GOMP_VERSION)
1751 GOMP_VERSION, GOMP_VERSION_LIB (version));
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c2295 if (GOMP_VERSION_LIB (version) > GOMP_VERSION)
2297 GOMP_VERSION, GOMP_VERSION_LIB (version));

Completed in 99 milliseconds