Searched refs:matrixType (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 322 MatrixType::MatrixType(TypeClass tc, QualType matrixType, QualType canonType, in MatrixType() argument 325 (RowExpr ? (matrixType->getDependence() | TypeDependence::Dependent | in MatrixType() 327 (matrixType->isVariablyModifiedType() in MatrixType() 330 (matrixType->containsUnexpandedParameterPack() || in MatrixType() 337 : matrixType->getDependence())), in MatrixType() 338 ElementType(matrixType) {} in MatrixType() 340 ConstantMatrixType::ConstantMatrixType(QualType matrixType, unsigned nRows, in ConstantMatrixType() argument 342 : ConstantMatrixType(ConstantMatrix, matrixType, nRows, nColumns, in ConstantMatrixType() 345 ConstantMatrixType::ConstantMatrixType(TypeClass tc, QualType matrixType, in ConstantMatrixType() argument 348 : MatrixType(tc, matrixType, canonType), NumRows(nRows), in ConstantMatrixType()
|