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

/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dgomp-constants.h266 #define GOMP_LAUNCH_PACK(CODE,DEVICE,OP) \ macro
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dgomp-constants.h296 #define GOMP_LAUNCH_PACK(CODE,DEVICE,OP) \ macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-general.c1675 /* Encode an oacc launch argument. This matches the GOMP_LAUNCH_PACK
1683 res = build_int_cst (unsigned_type_node, GOMP_LAUNCH_PACK (code, 0, op));
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-general.cc2627 /* Encode an oacc launch argument. This matches the GOMP_LAUNCH_PACK
2635 res = build_int_cst (unsigned_type_node, GOMP_LAUNCH_PACK (code, 0, op));

Completed in 125 milliseconds