Home
last modified time | relevance | path

Searched refs:OCLQueueTy (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DBuiltinTypes.def250 BUILTIN_TYPE(OCLQueue, OCLQueueTy)
H A DASTContext.h1054 CanQualType OCLQueueTy, OCLReserveIDTy; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp266 addImplicitTypedef("queue_t", Context.OCLQueueTy); in Initialize()
H A DSemaChecking.cpp533 << TheCall->getDirectCallee() << S.Context.OCLQueueTy; in SemaOpenCLBuiltinEnqueueKernel()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp1299 InitBuiltinType(OCLQueueTy, BuiltinType::OCLQueue); in InitBuiltinTypes()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6980 T = Context.OCLQueueTy; in GetType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp3567 llvm::Type *QueueTy = ConvertType(getContext().OCLQueueTy); in EmitBuiltinExpr()