Searched refs:isPipe (Results 1 – 3 of 3) sorted by relevance
909 bool DeclSpec::SetTypePipe(bool isPipe, SourceLocation Loc, in SetTypePipe() argument920 if (isPipe) { in SetTypePipe()
2320 bool isPipe = ty->isPipeType(); in GenKernelArgMetadata() local2321 if (ty->isImageType() || isPipe) in GenKernelArgMetadata()2328 ty = isPipe ? ty->castAs<PipeType>()->getElementType() : ty; in GenKernelArgMetadata()2345 if (isPipe) in GenKernelArgMetadata()
769 bool SetTypePipe(bool isPipe, SourceLocation Loc,