Searched refs:cuda_device (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DAddressSpaces.h41 cuda_device, member in class:clang::LangAS
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1797 case LangAS::cuda_device:
H A DMicrosoftMangle.cpp1865 case LangAS::cuda_device:
H A DItaniumMangle.cpp2302 case LangAS::cuda_device: ASString = "CUdevice"; break;
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3778 return LangAS::cuda_device;
3782 return LangAS::cuda_device;
H A DTargetInfo.cpp7949 /*ToAS=*/getContext().getTargetAddressSpace(LangAS::cuda_device));

Completed in 919 milliseconds