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

/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dgomp-constants.h177 #define GOMP_MAP_ALWAYS_TO_P(X) \ macro
184 (GOMP_MAP_ALWAYS_TO_P (X) || ((X) == GOMP_MAP_ALWAYS_FROM))
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dgomp-constants.h203 #define GOMP_MAP_ALWAYS_TO_P(X) \ macro
210 (GOMP_MAP_ALWAYS_TO_P (X) || ((X) == GOMP_MAP_ALWAYS_FROM))
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dtarget.c380 if (GOMP_MAP_ALWAYS_TO_P (kind))
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c578 if (GOMP_MAP_ALWAYS_TO_P (kind) || always_to_flag)

Completed in 154 milliseconds