Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDBuiltinTypes.def249 BUILTIN_TYPE(OCLQueue, OCLQueueTy)
HDASTContext.h1054 CanQualType OCLQueueTy, OCLReserveIDTy; variable
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSema.cpp296 addImplicitTypedef("queue_t", Context.OCLQueueTy); in Initialize()
HDSemaChecking.cpp731 << TheCall->getDirectCallee() << S.Context.OCLQueueTy; in SemaOpenCLBuiltinEnqueueKernel()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp1470 InitBuiltinType(OCLQueueTy, BuiltinType::OCLQueue); in InitBuiltinTypes()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp6937 T = Context.OCLQueueTy; in GetType()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGBuiltin.cpp3870 llvm::Type *QueueTy = ConvertType(getContext().OCLQueueTy); in EmitBuiltinExpr()