Searched refs:cuda_constant (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DAddressSpaces.h42 cuda_constant, member in class:clang::LangAS
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1799 case LangAS::cuda_constant:
H A DMicrosoftMangle.cpp1868 case LangAS::cuda_constant:
H A DItaniumMangle.cpp2303 case LangAS::cuda_constant: ASString = "CUconstant"; break;
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp4773 CGM.getContext().getTargetAddressSpace(LangAS::cuda_constant));
4914 return CGM.getContext().getTargetAddressSpace(LangAS::cuda_constant);
4933 AS = LangAS::cuda_constant;
H A DCodeGenModule.cpp3774 return LangAS::cuda_constant;
3780 return LangAS::cuda_constant;
H A DCGDebugInfo.cpp4500 CGM.getContext().getTargetAddressSpace(LangAS::cuda_constant);

Completed in 226 milliseconds