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

/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dgomp-constants.h270 #define GOMP_LAUNCH_CODE(X) (((X) >> GOMP_LAUNCH_CODE_SHIFT) & 0xf) macro
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dgomp-constants.h300 #define GOMP_LAUNCH_CODE(X) (((X) >> GOMP_LAUNCH_CODE_SHIFT) & 0xf) macro
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Doacc-parallel.c216 switch (GOMP_LAUNCH_CODE (tag))
254 " libgomp is too old", GOMP_LAUNCH_CODE (tag));
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Doacc-parallel.c216 switch (GOMP_LAUNCH_CODE (tag))
254 " libgomp is too old", GOMP_LAUNCH_CODE (tag));

Completed in 104 milliseconds