Searched refs:opencl_global_host (Results 1 – 14 of 14) sorted by relevance
27 __attribute__((opencl_global_host)) int *x_global_host; in langas()30 [[clang::opencl_global_host]] int *z_global_host; in langas()
28 __attribute__((opencl_global_host)) int *arg_host) {34 arg_host = (__attribute__((opencl_global_host)) int *)arg_comp;66 (__attribute__((opencl_global_host)) int *)arg_host;
40 opencl_global_host, enumerator
1203 let Spellings = [Clang<"opencl_global_host">];
3330 let Heading = "[[clang::opencl_global_device]], [[clang::opencl_global_host]]";
46 typedef ocl_OpaqueType __attribute__((opencl_global_host)) * ocl_OpaqueTypePtrH;
11 __attribute__((opencl_global_host)) int *arg_host) {65 arg_host = (__attribute((opencl_global_host)) int *)arg_glob; // explicit cast
60 void fh(__attribute__((opencl_global_host)) int *arg) {}
612 return LangAS::opencl_global_host; in asOpenCLLangAS()
2090 case LangAS::opencl_global_host: in getAddrSpaceAsString()
2060 case LangAS::opencl_global_host: in mangleAddressSpaceType()
2376 case LangAS::opencl_global_host: in mangleQualifiers()
1412 case LangAS::opencl_global_host: in ArgInfoAddressSpace()3968 AddrSpace == LangAS::opencl_global_host || in GetGlobalVarAddressSpace()
488 B == LangAS::opencl_global_host)) ||