Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp285 MatrixType::MatrixType(TypeClass tc, QualType matrixType, QualType canonType, in MatrixType() argument
288 (RowExpr ? (matrixType->getDependence() | TypeDependence::Dependent | in MatrixType()
290 (matrixType->isVariablyModifiedType() in MatrixType()
293 (matrixType->containsUnexpandedParameterPack() || in MatrixType()
300 : matrixType->getDependence())), in MatrixType()
301 ElementType(matrixType) {} in MatrixType()
303 ConstantMatrixType::ConstantMatrixType(QualType matrixType, unsigned nRows, in ConstantMatrixType() argument
305 : ConstantMatrixType(ConstantMatrix, matrixType, nRows, nColumns, in ConstantMatrixType()
308 ConstantMatrixType::ConstantMatrixType(TypeClass tc, QualType matrixType, in ConstantMatrixType() argument
311 : MatrixType(tc, matrixType, canonType), NumRows(nRows), in ConstantMatrixType()