Home
last modified time | relevance | path

Searched refs:DependentSizedMatrixType (Results 1 – 15 of 15) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTypeNodes.td74 def DependentSizedMatrixType : TypeNode<MatrixType>, AlwaysDependent;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp849 const DependentSizedMatrixType *Mat1 = cast<DependentSizedMatrixType>(T1); in IsStructurallyEquivalent()
850 const DependentSizedMatrixType *Mat2 = cast<DependentSizedMatrixType>(T2); in IsStructurallyEquivalent()
H A DType.cpp314 DependentSizedMatrixType::DependentSizedMatrixType( in DependentSizedMatrixType() function in DependentSizedMatrixType
321 void DependentSizedMatrixType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
1841 Type *VisitDependentSizedMatrixType(const DependentSizedMatrixType *T) { in VisitDependentSizedMatrixType()
H A DTypePrinter.cpp779 const DependentSizedMatrixType *T, raw_ostream &OS) { in printDependentSizedMatrixBefore()
793 const DependentSizedMatrixType *T, raw_ostream &OS) { in printDependentSizedMatrixAfter()
H A DASTContext.cpp4103 DependentSizedMatrixType::Profile(ID, *this, CanonElementTy, RowExpr, in getDependentSizedMatrixType()
4107 DependentSizedMatrixType *Canon = in getDependentSizedMatrixType()
4111 Canon = new (*this, TypeAlignment) DependentSizedMatrixType( in getDependentSizedMatrixType()
4114 DependentSizedMatrixType *CanonCheck = in getDependentSizedMatrixType()
4130 DependentSizedMatrixType *New = new (*this, TypeAlignment) in getDependentSizedMatrixType()
4131 DependentSizedMatrixType(*this, ElementTy, QualType(Canon, 0), RowExpr, in getDependentSizedMatrixType()
H A DMicrosoftMangle.cpp3106 void MicrosoftCXXNameMangler::mangleType(const DependentSizedMatrixType *T, in mangleType()
H A DItaniumMangle.cpp3729 void CXXNameMangler::mangleType(const DependentSizedMatrixType *T) { in mangleType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2143 const DependentSizedMatrixType *MatrixParam = in DeduceTemplateArgumentsByTypeMatch()
2144 cast<DependentSizedMatrixType>(Param); in DeduceTemplateArgumentsByTypeMatch()
2156 Expr *(DependentSizedMatrixType::*GetArgDimensionExpr)() const) { in DeduceTemplateArgumentsByTypeMatch()
2158 const auto *ArgDepMatrix = dyn_cast<DependentSizedMatrixType>(Arg); in DeduceTemplateArgumentsByTypeMatch()
2201 &DependentSizedMatrixType::getRowExpr); in DeduceTemplateArgumentsByTypeMatch()
2207 &DependentSizedMatrixType::getColumnExpr); in DeduceTemplateArgumentsByTypeMatch()
5912 const DependentSizedMatrixType *MatType = cast<DependentSizedMatrixType>(T); in MarkUsedTemplateParameters()
H A DSemaTemplate.cpp6014 const DependentSizedMatrixType *T) { in VisitDependentSizedMatrixType()
H A DTreeTransform.h5395 const DependentSizedMatrixType *T = TL.getTypePtr(); in TransformDependentSizedMatrixType()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td246 let Class = DependentSizedMatrixType in {
H A DRecursiveASTVisitor.h958 DEF_TRAVERSE_TYPE(DependentSizedMatrixType, {
1224 DEF_TRAVERSE_TYPELOC(DependentSizedMatrixType, {
H A DTypeLoc.h1887 DependentSizedMatrixType> {};
H A DType.h3512 class DependentSizedMatrixType final : public MatrixType {
3521 DependentSizedMatrixType(const ASTContext &Context, QualType ElementType,
H A DASTContext.h213 mutable llvm::FoldingSet<DependentSizedMatrixType> DependentSizedMatrixTypes;