Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp306 MatrixType::MatrixType(TypeClass tc, QualType matrixType, QualType canonType, in MatrixType() argument
309 (RowExpr ? (matrixType->getDependence() | TypeDependence::Dependent | in MatrixType()
311 (matrixType->isVariablyModifiedType() in MatrixType()
314 (matrixType->containsUnexpandedParameterPack() || in MatrixType()
321 : matrixType->getDependence())), in MatrixType()
322 ElementType(matrixType) {} in MatrixType()
324 ConstantMatrixType::ConstantMatrixType(QualType matrixType, unsigned nRows, in ConstantMatrixType() argument
326 : ConstantMatrixType(ConstantMatrix, matrixType, nRows, nColumns, in ConstantMatrixType()
329 ConstantMatrixType::ConstantMatrixType(TypeClass tc, QualType matrixType, in ConstantMatrixType() argument
332 : MatrixType(tc, matrixType, canonType), NumRows(nRows), in ConstantMatrixType()