Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libgomp/
H A Doacc-init.c123 if (goacc_device_type) in resolve_device()
128 && !strcasecmp (goacc_device_type, in resolve_device()
136 gomp_fatal ("device type %s not supported", goacc_device_type); in resolve_device()
H A Denv.c91 char *goacc_device_type; variable
1063 goacc_device_type = strdup (env); in parse_acc_device_type()
1065 goacc_device_type = NULL; in parse_acc_device_type()
H A Dlibgomp.h369 extern char *goacc_device_type;