Searched refs:PipeTy (Results 1 – 3 of 3) sorted by relevance
417 const PipeType *PipeTy = cast<PipeType>(Arg0->getType()); in checkPipePacketType() local418 const QualType EltTy = PipeTy->getElementType(); in checkPipePacketType()
10791 if(const PipeType *PipeTy = PT->getAs<PipeType>()) { in ActOnFunctionDeclarator() local10792 QualType ElemTy = PipeTy->getElementType(); in ActOnFunctionDeclarator()
5667 const auto *PipeTy = E->getArg(0)->getType()->castAs<PipeType>(); in EmitBuiltinExpr() local5673 std::string(PipeTy->isReadOnly() ? "_ro" : "_wo"); in EmitBuiltinExpr()