Home
last modified time | relevance | path

Searched refs:sycl_global_device (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDAddressSpaces.h49 sycl_global_device, enumerator
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDParsedAttr.h603 return LangAS::sycl_global_device; in asSYCLLangAS()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDTypePrinter.cpp2466 case LangAS::sycl_global_device: in getAddrSpaceAsString()
HDItaniumMangle.cpp2771 case LangAS::sycl_global_device: in mangleQualifiers()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDType.h706 (A == LangAS::sycl_global && (B == LangAS::sycl_global_device ||
714 B == LangAS::sycl_global || B == LangAS::sycl_global_device ||