Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2899 std::optional<llvm::APSInt> ValueRows = in BuildMatrixType() local
2908 if (!ValueRows && !ValueColumns) { in BuildMatrixType()
2916 if (!ValueRows) { in BuildMatrixType()
2930 unsigned MatrixRows = static_cast<unsigned>(ValueRows->getZExtValue()); in BuildMatrixType()