Home
last modified time | relevance | path

Searched refs:isPipe (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DDeclSpec.cpp875 bool DeclSpec::SetTypePipe(bool isPipe, SourceLocation Loc, in SetTypePipe() argument
886 if (isPipe) { in SetTypePipe()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp1660 bool isPipe = ty->isPipeType(); in GenOpenCLArgMetadata() local
1661 if (ty->isImageType() || isPipe) in GenOpenCLArgMetadata()
1668 ty = isPipe ? ty->castAs<PipeType>()->getElementType() : ty; in GenOpenCLArgMetadata()
1685 if (isPipe) in GenOpenCLArgMetadata()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DDeclSpec.h702 bool SetTypePipe(bool isPipe, SourceLocation Loc,