Home
last modified time | relevance | path

Searched refs:opencl_global_host (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/clang/test/AST/
Dlanguage_address_space_attribute.cpp27 __attribute__((opencl_global_host)) int *x_global_host; in langas()
30 [[clang::opencl_global_host]] int *z_global_host; in langas()
/external/llvm-project/clang/test/SemaOpenCL/
Dusm-address-spaces-conversions.cl28 __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;
/external/llvm-project/clang/include/clang/Basic/
DAddressSpaces.h40 opencl_global_host, enumerator
DAttr.td1203 let Spellings = [Clang<"opencl_global_host">];
DAttrDocs.td3330 let Heading = "[[clang::opencl_global_device]], [[clang::opencl_global_host]]";
/external/llvm-project/clang/test/CodeGenCXX/
Dmangle-address-space.cpp46 typedef ocl_OpaqueType __attribute__((opencl_global_host)) * ocl_OpaqueTypePtrH;
/external/llvm-project/clang/test/CodeGenOpenCL/
Daddress-spaces-conversions.cl11 __attribute__((opencl_global_host)) int *arg_host) {
65 arg_host = (__attribute((opencl_global_host)) int *)arg_glob; // explicit cast
Daddress-spaces.cl60 void fh(__attribute__((opencl_global_host)) int *arg) {}
/external/llvm-project/clang/include/clang/Sema/
DParsedAttr.h612 return LangAS::opencl_global_host; in asOpenCLLangAS()
/external/llvm-project/clang/lib/AST/
DTypePrinter.cpp2090 case LangAS::opencl_global_host: in getAddrSpaceAsString()
DMicrosoftMangle.cpp2060 case LangAS::opencl_global_host: in mangleAddressSpaceType()
DItaniumMangle.cpp2376 case LangAS::opencl_global_host: in mangleQualifiers()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp1412 case LangAS::opencl_global_host: in ArgInfoAddressSpace()
3968 AddrSpace == LangAS::opencl_global_host || in GetGlobalVarAddressSpace()
/external/llvm-project/clang/include/clang/AST/
DType.h488 B == LangAS::opencl_global_host)) ||