Searched refs:isPipe (Results 1 – 4 of 4) sorted by relevance
1774 my $isPipe = $data->{IsPipe};1777 unless $isPipe;1792 if ($isPipe and $? ) {
884 bool DeclSpec::SetTypePipe(bool isPipe, SourceLocation Loc, in SetTypePipe() argument895 if (isPipe) { in SetTypePipe()
1887 bool isPipe = ty->isPipeType(); in GenKernelArgMetadata() local1888 if (ty->isImageType() || isPipe) in GenKernelArgMetadata()1895 ty = isPipe ? ty->castAs<PipeType>()->getElementType() : ty; in GenKernelArgMetadata()1912 if (isPipe) in GenKernelArgMetadata()
722 bool SetTypePipe(bool isPipe, SourceLocation Loc,