Home
last modified time | relevance | path

Searched refs:PipeType (Results 1 – 22 of 22) sorted by relevance

/external/clang/test/Misc/
Dast-dump-pipe.cl3 // CHECK: PipeType {{.*}} 'pipe int'
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp525 typeName = ty.getCanonicalType()->getAs<PipeType>()->getElementType() in GenOpenCLArgMetadata()
539 baseTypeName = ty.getCanonicalType()->getAs<PipeType>() in GenOpenCLArgMetadata()
1801 type = cast<PipeType>(ty)->getElementType(); in EmitVariablyModifiedType()
DCGDebugInfo.h164 llvm::DIType *CreateType(const PipeType *Ty, llvm::DIFile *F);
DCGDebugInfo.cpp2177 llvm::DIType* CGDebugInfo::CreateType(const PipeType *Ty, in CreateType()
2456 return CreateType(cast<PipeType>(Ty), Unit); in CreateTypeNode()
/external/clang/lib/AST/
DTypePrinter.cpp897 void TypePrinter::printPipeBefore(const PipeType *T, raw_ostream &OS) { in printPipeBefore()
905 void TypePrinter::printPipeAfter(const PipeType *T, raw_ostream &OS) { in printPipeAfter()
DASTContext.cpp1835 TypeInfo Info = getTypeInfo(cast<PipeType>(T)->getElementType()); in getTypeInfoImpl()
3131 PipeType::Profile(ID, T); in getPipeType()
3134 if (PipeType *PT = PipeTypes.FindNodeOrInsertPos(ID, InsertPos)) in getPipeType()
3144 PipeType *NewIP = PipeTypes.FindNodeOrInsertPos(ID, InsertPos); in getPipeType()
3148 PipeType *New = new (*this, TypeAlignment) PipeType(T, Canonical); in getPipeType()
7906 QualType LHSValue = LHS->getAs<PipeType>()->getElementType(); in mergeTypes()
7907 QualType RHSValue = RHS->getAs<PipeType>()->getElementType(); in mergeTypes()
DType.cpp3369 return Cache::get(cast<PipeType>(T)->getElementType()); in computeCachedProperties()
3453 return computeLinkageInfo(cast<PipeType>(T)->getElementType()); in computeLinkageInfo()
DASTDumper.cpp407 void VisitPipeType(const PipeType *T) { in VisitPipeType()
DMicrosoftMangle.cpp2437 void MicrosoftCXXNameMangler::mangleType(const PipeType *T, Qualifiers, in mangleType()
DItaniumMangle.cpp3066 void CXXNameMangler::mangleType(const PipeType *T) { in mangleType()
DASTImporter.cpp938 cast<PipeType>(T1)->getElementType(), in IsStructurallyEquivalent()
939 cast<PipeType>(T2)->getElementType())) in IsStructurallyEquivalent()
/external/libusb/libusb/os/
Dwindows_winusb.h639 USBD_PIPE_TYPE PipeType; member
/external/clang/include/clang/AST/
DRecursiveASTVisitor.h1054 DEF_TRAVERSE_TYPE(PipeType, { TRY_TO(TraverseType(T->getElementType())); })
1284 DEF_TRAVERSE_TYPELOC(PipeType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })
DType.h5193 class PipeType : public Type, public llvm::FoldingSetNode {
5196 PipeType(QualType elemType, QualType CanonicalPtr) :
5638 return isa<PipeType>(CanonicalType);
DTypeLoc.h2040 class PipeTypeLoc : public ConcreteTypeLoc<UnqualTypeLoc, PipeTypeLoc, PipeType,
DASTContext.h137 mutable llvm::FoldingSet<PipeType> PipeTypes;
/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp2063 auto PipeType = static_cast<SPIRVTypePipe*>(CPFPS->getType()); in transSPIRVBuiltinFromInst() local
2064 switch (PipeType->getAccessQualifier()) { in transSPIRVBuiltinFromInst()
/external/clang/lib/Sema/
DSemaLookup.cpp2710 T = cast<PipeType>(T)->getElementType().getTypePtr(); in addAssociatedClassesAndNamespaces()
DSemaChecking.cpp543 const PipeType *PipeTy = cast<PipeType>(Arg0->getType()); in checkOpenCLPipePacketType()
DSemaDecl.cpp8590 if(const PipeType *PipeTy = PT->getAs<PipeType>()) { in ActOnFunctionDeclarator()
DSemaTemplate.cpp4224 bool UnnamedLocalNoLinkageFinder::VisitPipeType(const PipeType* T) { in VisitPipeType()
/external/clang/lib/Serialization/
DASTWriter.cpp479 ASTTypeWriter::VisitPipeType(const PipeType *T) { in VisitPipeType()