Home
last modified time | relevance | path

Searched refs:sycl_global (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAddressSpaces.h48 sycl_global, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h601 return LangAS::sycl_global; in asSYCLLangAS()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp2453 case LangAS::sycl_global: in getAddrSpaceAsString()
H A DItaniumMangle.cpp2768 case LangAS::sycl_global: in mangleQualifiers()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h706 (A == LangAS::sycl_global && (B == LangAS::sycl_global_device ||
714 B == LangAS::sycl_global || B == LangAS::sycl_global_device ||
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp5246 return LangAS::sycl_global; in GetGlobalVarAddressSpace()
5275 return LangAS::sycl_global; in GetGlobalConstantAddressSpace()