Home
last modified time | relevance | path

Searched refs:OCLEventTy (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDBuiltinTypes.def249 BUILTIN_TYPE(OCLEvent, OCLEventTy)
HDASTContext.h1155 CanQualType OCLSamplerTy, OCLEventTy, OCLClkEventTy; variable
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSema.cpp391 addImplicitTypedef("event_t", Context.OCLEventTy); in Initialize()
HDOpenCLBuiltins.td399 def Event : Type<"event_t", QualType<"Context.OCLEventTy">>;
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp7383 T = Context.OCLEventTy; in GetType()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp1377 InitBuiltinType(OCLEventTy, BuiltinType::OCLEvent); in InitBuiltinTypes()