Searched refs:DependentVectorType (Results 1 – 15 of 15) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 70 def DependentVectorType : TypeNode<Type>, AlwaysDependent;
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ItaniumMangle.cpp | 551 void mangleNeonVectorType(const DependentVectorType *T); 553 void mangleAArch64NeonVectorType(const DependentVectorType *T); 555 void mangleAArch64FixedSveVectorType(const DependentVectorType *T); 3528 void CXXNameMangler::mangleNeonVectorType(const DependentVectorType *T) { in mangleNeonVectorType() 3605 void CXXNameMangler::mangleAArch64NeonVectorType(const DependentVectorType *T) { in mangleAArch64NeonVectorType() 3702 const DependentVectorType *T) { in mangleAArch64FixedSveVectorType() 3744 void CXXNameMangler::mangleType(const DependentVectorType *T) { in mangleType()
|
| H A D | ASTStructuralEquivalence.cpp | 873 const auto *Vec1 = cast<DependentVectorType>(T1); in IsStructurallyEquivalent() 874 const auto *Vec2 = cast<DependentVectorType>(T2); in IsStructurallyEquivalent()
|
| H A D | TypePrinter.cpp | 703 const DependentVectorType *T, raw_ostream &OS) { in printDependentVectorBefore() 764 const DependentVectorType *T, raw_ostream &OS) { in printDependentVectorAfter()
|
| H A D | Type.cpp | 222 DependentVectorType::DependentVectorType(const ASTContext &Context, in DependentVectorType() function in DependentVectorType 236 void DependentVectorType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
|
| H A D | ASTContext.cpp | 4078 DependentVectorType::Profile(ID, *this, getCanonicalType(VecType), SizeExpr, in getDependentVectorType() 4081 DependentVectorType *Canon = in getDependentVectorType() 4083 DependentVectorType *New; in getDependentVectorType() 4086 New = new (*this, TypeAlignment) DependentVectorType( in getDependentVectorType() 4091 New = new (*this, TypeAlignment) DependentVectorType( in getDependentVectorType() 4094 DependentVectorType *CanonCheck = in getDependentVectorType() 4103 New = new (*this, TypeAlignment) DependentVectorType( in getDependentVectorType() 12749 const auto *VX = cast<DependentVectorType>(X), in getCommonNonSugarTypeNode() 12750 *VY = cast<DependentVectorType>(Y); in getCommonNonSugarTypeNode()
|
| H A D | MicrosoftMangle.cpp | 3128 void MicrosoftCXXNameMangler::mangleType(const DependentVectorType *T, in mangleType()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 181 let Class = DependentVectorType in {
|
| H A D | Type.h | 1764 friend class DependentVectorType; 3442 class DependentVectorType : public Type, public llvm::FoldingSetNode { 3450 DependentVectorType(const ASTContext &Context, QualType ElementType,
|
| H A D | RecursiveASTVisitor.h | 1017 DEF_TRAVERSE_TYPE(DependentVectorType, { 1287 DEF_TRAVERSE_TYPELOC(DependentVectorType, {
|
| H A D | TypeLoc.h | 1813 DependentVectorType, VectorTypeLocInfo> {
|
| H A D | ASTContext.h | 204 mutable llvm::FoldingSet<DependentVectorType> DependentVectorTypes;
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 1945 const auto *VP = P->castAs<DependentVectorType>(); in DeduceTemplateArgumentsByTypeMatch() 1970 if (const auto *VA = A->getAs<DependentVectorType>()) { in DeduceTemplateArgumentsByTypeMatch() 5979 const auto *VecType = cast<DependentVectorType>(T); in MarkUsedTemplateParameters()
|
| H A D | TreeTransform.h | 5447 const DependentVectorType *T = TL.getTypePtr(); in TransformDependentVectorType() 5470 if (isa<DependentVectorType>(Result)) { in TransformDependentVectorType()
|
| H A D | SemaTemplate.cpp | 6255 const DependentVectorType *T) { in VisitDependentVectorType()
|