Searched refs:goacc_device_type (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/libgomp/
H A Doacc-init.c118 if (goacc_device_type)
123 && !strcasecmp (goacc_device_type,
128 gomp_fatal ("device type %s not supported", goacc_device_type);
H A Denv.c82 char *goacc_device_type; variable
1025 goacc_device_type = strdup (env);
1027 goacc_device_type = NULL;
H A Dlibgomp.h262 extern char *goacc_device_type;

Completed in 101 milliseconds