Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDType.cpp340 ConstantMatrixType::ConstantMatrixType(QualType matrixType, unsigned nRows, in ConstantMatrixType() argument
342 : ConstantMatrixType(ConstantMatrix, matrixType, nRows, nColumns, in ConstantMatrixType()
346 unsigned nRows, unsigned nColumns, in ConstantMatrixType() argument
348 : MatrixType(tc, matrixType, canonType), NumRows(nRows), in ConstantMatrixType()