Searched refs:PipeType (Results 1 - 21 of 21) sorted by relevance

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

Completed in 580 milliseconds