Searched refs:PipeType (Results 1 – 22 of 22) sorted by relevance
/external/clang/test/Misc/ |
D | ast-dump-pipe.cl | 3 // CHECK: PipeType {{.*}} 'pipe int'
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 525 typeName = ty.getCanonicalType()->getAs<PipeType>()->getElementType() in GenOpenCLArgMetadata() 539 baseTypeName = ty.getCanonicalType()->getAs<PipeType>() in GenOpenCLArgMetadata() 1801 type = cast<PipeType>(ty)->getElementType(); in EmitVariablyModifiedType()
|
D | CGDebugInfo.h | 164 llvm::DIType *CreateType(const PipeType *Ty, llvm::DIFile *F);
|
D | CGDebugInfo.cpp | 2177 llvm::DIType* CGDebugInfo::CreateType(const PipeType *Ty, in CreateType() 2456 return CreateType(cast<PipeType>(Ty), Unit); in CreateTypeNode()
|
/external/clang/lib/AST/ |
D | TypePrinter.cpp | 897 void TypePrinter::printPipeBefore(const PipeType *T, raw_ostream &OS) { in printPipeBefore() 905 void TypePrinter::printPipeAfter(const PipeType *T, raw_ostream &OS) { in printPipeAfter()
|
D | ASTContext.cpp | 1835 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()
|
D | Type.cpp | 3369 return Cache::get(cast<PipeType>(T)->getElementType()); in computeCachedProperties() 3453 return computeLinkageInfo(cast<PipeType>(T)->getElementType()); in computeLinkageInfo()
|
D | ASTDumper.cpp | 407 void VisitPipeType(const PipeType *T) { in VisitPipeType()
|
D | MicrosoftMangle.cpp | 2437 void MicrosoftCXXNameMangler::mangleType(const PipeType *T, Qualifiers, in mangleType()
|
D | ItaniumMangle.cpp | 3066 void CXXNameMangler::mangleType(const PipeType *T) { in mangleType()
|
D | ASTImporter.cpp | 938 cast<PipeType>(T1)->getElementType(), in IsStructurallyEquivalent() 939 cast<PipeType>(T2)->getElementType())) in IsStructurallyEquivalent()
|
/external/libusb/libusb/os/ |
D | windows_winusb.h | 639 USBD_PIPE_TYPE PipeType; member
|
/external/clang/include/clang/AST/ |
D | RecursiveASTVisitor.h | 1054 DEF_TRAVERSE_TYPE(PipeType, { TRY_TO(TraverseType(T->getElementType())); }) 1284 DEF_TRAVERSE_TYPELOC(PipeType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })
|
D | Type.h | 5193 class PipeType : public Type, public llvm::FoldingSetNode { 5196 PipeType(QualType elemType, QualType CanonicalPtr) : 5638 return isa<PipeType>(CanonicalType);
|
D | TypeLoc.h | 2040 class PipeTypeLoc : public ConcreteTypeLoc<UnqualTypeLoc, PipeTypeLoc, PipeType,
|
D | ASTContext.h | 137 mutable llvm::FoldingSet<PipeType> PipeTypes;
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVReader.cpp | 2063 auto PipeType = static_cast<SPIRVTypePipe*>(CPFPS->getType()); in transSPIRVBuiltinFromInst() local 2064 switch (PipeType->getAccessQualifier()) { in transSPIRVBuiltinFromInst()
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 2710 T = cast<PipeType>(T)->getElementType().getTypePtr(); in addAssociatedClassesAndNamespaces()
|
D | SemaChecking.cpp | 543 const PipeType *PipeTy = cast<PipeType>(Arg0->getType()); in checkOpenCLPipePacketType()
|
D | SemaDecl.cpp | 8590 if(const PipeType *PipeTy = PT->getAs<PipeType>()) { in ActOnFunctionDeclarator()
|
D | SemaTemplate.cpp | 4224 bool UnnamedLocalNoLinkageFinder::VisitPipeType(const PipeType* T) { in VisitPipeType()
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 479 ASTTypeWriter::VisitPipeType(const PipeType *T) { in VisitPipeType()
|