Home
last modified time | relevance | path

Searched refs:OCLSamplerTy (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGOpenCLRuntime.cpp74 CGM, CGM.getContext().OCLSamplerTy.getTypePtr())) in getSamplerType()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDBuiltinTypes.def246 BUILTIN_TYPE(OCLSampler, OCLSamplerTy)
HDASTContext.h1155 CanQualType OCLSamplerTy, OCLEventTy, OCLClkEventTy; variable
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSema.cpp390 addImplicitTypedef("sampler_t", Context.OCLSamplerTy); in Initialize()
HDOpenCLBuiltins.td397 def Sampler : Type<"sampler_t", QualType<"Context.OCLSamplerTy">>;
HDSemaInit.cpp8412 CurInit = S.ImpCastExprToType(Init, S.Context.OCLSamplerTy, in Perform()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp7380 T = Context.OCLSamplerTy; in GetType()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp1376 InitBuiltinType(OCLSamplerTy, BuiltinType::OCLSampler); in InitBuiltinTypes()