Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTypeNodes.td75 def DependentSizedMatrixType : TypeNode<MatrixType>, AlwaysDependent;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1070 const DependentSizedMatrixType *Mat1 = cast<DependentSizedMatrixType>(T1); in IsStructurallyEquivalent()
1071 const DependentSizedMatrixType *Mat2 = cast<DependentSizedMatrixType>(T2); in IsStructurallyEquivalent()
H A DType.cpp389 DependentSizedMatrixType::DependentSizedMatrixType(QualType ElementType, in DependentSizedMatrixType() function in DependentSizedMatrixType
398 void DependentSizedMatrixType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
2024 Type *VisitDependentSizedMatrixType(const DependentSizedMatrixType *T) { in VisitDependentSizedMatrixType()
H A DTypePrinter.cpp867 const DependentSizedMatrixType *T, raw_ostream &OS) { in printDependentSizedMatrixBefore()
881 const DependentSizedMatrixType *T, raw_ostream &OS) { in printDependentSizedMatrixAfter()
H A DASTContext.cpp4841 DependentSizedMatrixType::Profile(ID, *this, CanonElementTy, RowExpr, in getDependentSizedMatrixType()
4845 DependentSizedMatrixType *Canon = in getDependentSizedMatrixType()
4849 Canon = new (*this, alignof(DependentSizedMatrixType)) in getDependentSizedMatrixType()
4850 DependentSizedMatrixType(CanonElementTy, QualType(), RowExpr, in getDependentSizedMatrixType()
4853 DependentSizedMatrixType *CanonCheck = in getDependentSizedMatrixType()
4869 DependentSizedMatrixType *New = new (*this, alignof(DependentSizedMatrixType)) in getDependentSizedMatrixType()
4870 DependentSizedMatrixType(ElementTy, QualType(Canon, 0), RowExpr, in getDependentSizedMatrixType()
14164 const auto *MX = cast<DependentSizedMatrixType>(X), in getCommonNonSugarTypeNode()
14165 *MY = cast<DependentSizedMatrixType>(Y); in getCommonNonSugarTypeNode()
H A DMicrosoftMangle.cpp3564 void MicrosoftCXXNameMangler::mangleType(const DependentSizedMatrixType *T, in mangleType()
H A DItaniumMangle.cpp4410 void CXXNameMangler::mangleType(const DependentSizedMatrixType *T) { in mangleType()
H A DASTImporter.cpp2084 const clang::DependentSizedMatrixType *T) { in VisitDependentSizedMatrixType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2310 const auto *MP = P->castAs<DependentSizedMatrixType>(); in DeduceTemplateArgumentsByTypeMatch()
2328 Expr *(DependentSizedMatrixType::*GetArgDimensionExpr)() const) { in DeduceTemplateArgumentsByTypeMatch()
2330 const auto *ADM = dyn_cast<DependentSizedMatrixType>(A); in DeduceTemplateArgumentsByTypeMatch()
2373 &DependentSizedMatrixType::getRowExpr); in DeduceTemplateArgumentsByTypeMatch()
2379 &DependentSizedMatrixType::getColumnExpr); in DeduceTemplateArgumentsByTypeMatch()
6846 const DependentSizedMatrixType *MatType = cast<DependentSizedMatrixType>(T); in MarkUsedTemplateParameters()
H A DSemaTemplate.cpp6109 const DependentSizedMatrixType *T) { in VisitDependentSizedMatrixType()
H A DTreeTransform.h5978 const DependentSizedMatrixType *T = TL.getTypePtr(); in TransformDependentSizedMatrixType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td257 let Class = DependentSizedMatrixType in {
H A DRecursiveASTVisitor.h1066 DEF_TRAVERSE_TYPE(DependentSizedMatrixType, {
1363 DEF_TRAVERSE_TYPELOC(DependentSizedMatrixType, {
H A DTypeLoc.h2023 DependentSizedMatrixType> {};
H A DASTContext.h214 mutable llvm::ContextualFoldingSet<DependentSizedMatrixType, ASTContext &>
H A DType.h4358 class DependentSizedMatrixType final : public MatrixType {
4366 DependentSizedMatrixType(QualType ElementType, QualType CanonicalType,