Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAddressSpaces.h40 opencl_global_host, enumerator
H A DAttr.td1551 let Spellings = [Clang<"opencl_global_host">];
H A DAttrDocs.td4034 let Heading = "[[clang::opencl_global_device]], [[clang::opencl_global_host]]";
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h584 return LangAS::opencl_global_host; in asOpenCLLangAS()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp2468 case LangAS::opencl_global_host: in getAddrSpaceAsString()
H A DMicrosoftMangle.cpp2424 case LangAS::opencl_global_host: in mangleAddressSpaceType()
H A DItaniumMangle.cpp2751 case LangAS::opencl_global_host: in mangleQualifiers()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2217 case LangAS::opencl_global_host: in ArgInfoAddressSpace()
5237 AS == LangAS::opencl_global_host || in GetGlobalVarAddressSpace()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h705 B == LangAS::opencl_global_host)) ||