Searched refs:isEventT (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1584 bool isEventT() const; // OpenCL event_t
4990 inline bool Type::isEventT() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
5001 return isSamplerT() || isEventT() || isImageType();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp4402 if (!S.getLangOpts().OpenCL || !DestType->isEventT() ||
6214 assert(Step->Type->isEventT() &&
H A DSemaDecl.cpp5019 if (R->isEventT()) {
6405 if (PT->isEventT())
11323 if (LangOpts.OpenCL && T->isEventT()) {
H A DSemaOverload.cpp1648 } else if (ToType->isEventT() &&
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp1488 assert(DestTy->isEventT() && "CK_ZeroToOCLEvent cast on non event type");

Completed in 151 milliseconds