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.cpp996 const DependentSizedMatrixType *Mat1 = cast<DependentSizedMatrixType>(T1); in IsStructurallyEquivalent()
997 const DependentSizedMatrixType *Mat2 = cast<DependentSizedMatrixType>(T2); in IsStructurallyEquivalent()
H A DType.cpp351 DependentSizedMatrixType::DependentSizedMatrixType(QualType ElementType, in DependentSizedMatrixType() function in DependentSizedMatrixType
360 void DependentSizedMatrixType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
1970 Type *VisitDependentSizedMatrixType(const DependentSizedMatrixType *T) { in VisitDependentSizedMatrixType()
H A DTypePrinter.cpp860 const DependentSizedMatrixType *T, raw_ostream &OS) { in printDependentSizedMatrixBefore()
874 const DependentSizedMatrixType *T, raw_ostream &OS) { in printDependentSizedMatrixAfter()
H A DASTContext.cpp4615 DependentSizedMatrixType::Profile(ID, *this, CanonElementTy, RowExpr, in getDependentSizedMatrixType()
4619 DependentSizedMatrixType *Canon = in getDependentSizedMatrixType()
4623 Canon = new (*this, alignof(DependentSizedMatrixType)) in getDependentSizedMatrixType()
4624 DependentSizedMatrixType(CanonElementTy, QualType(), RowExpr, in getDependentSizedMatrixType()
4627 DependentSizedMatrixType *CanonCheck = in getDependentSizedMatrixType()
4643 DependentSizedMatrixType *New = new (*this, alignof(DependentSizedMatrixType)) in getDependentSizedMatrixType()
4644 DependentSizedMatrixType(ElementTy, QualType(Canon, 0), RowExpr, in getDependentSizedMatrixType()
13365 const auto *MX = cast<DependentSizedMatrixType>(X), in getCommonNonSugarTypeNode()
13366 *MY = cast<DependentSizedMatrixType>(Y); in getCommonNonSugarTypeNode()
H A DMicrosoftMangle.cpp3432 void MicrosoftCXXNameMangler::mangleType(const DependentSizedMatrixType *T, in mangleType()
H A DItaniumMangle.cpp4190 void CXXNameMangler::mangleType(const DependentSizedMatrixType *T) { in mangleType()
H A DASTImporter.cpp1816 const clang::DependentSizedMatrixType *T) { in VisitDependentSizedMatrixType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2239 const auto *MP = P->castAs<DependentSizedMatrixType>(); in DeduceTemplateArgumentsByTypeMatch()
2256 Expr *(DependentSizedMatrixType::*GetArgDimensionExpr)() const) { in DeduceTemplateArgumentsByTypeMatch()
2258 const auto *ADM = dyn_cast<DependentSizedMatrixType>(A); in DeduceTemplateArgumentsByTypeMatch()
2300 &DependentSizedMatrixType::getRowExpr); in DeduceTemplateArgumentsByTypeMatch()
2306 &DependentSizedMatrixType::getColumnExpr); in DeduceTemplateArgumentsByTypeMatch()
6457 const DependentSizedMatrixType *MatType = cast<DependentSizedMatrixType>(T); in MarkUsedTemplateParameters()
H A DSemaTemplate.cpp5689 const DependentSizedMatrixType *T) { in VisitDependentSizedMatrixType()
H A DTreeTransform.h5750 const DependentSizedMatrixType *T = TL.getTypePtr(); in TransformDependentSizedMatrixType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td272 let Class = DependentSizedMatrixType in {
H A DRecursiveASTVisitor.h1061 DEF_TRAVERSE_TYPE(DependentSizedMatrixType, {
1346 DEF_TRAVERSE_TYPELOC(DependentSizedMatrixType, {
H A DTypeLoc.h1967 DependentSizedMatrixType> {};
H A DASTContext.h212 mutable llvm::ContextualFoldingSet<DependentSizedMatrixType, ASTContext &>
H A DType.h4248 class DependentSizedMatrixType final : public MatrixType {
4256 DependentSizedMatrixType(QualType ElementType, QualType CanonicalType,