Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DMissingFeatures.h260 static bool matrixType() { return false; } in matrixType() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp360 MatrixType::MatrixType(TypeClass tc, QualType matrixType, QualType canonType, in MatrixType()
378 ConstantMatrixType::ConstantMatrixType(QualType matrixType, unsigned nRows, in ConstantMatrixType()
383 ConstantMatrixType::ConstantMatrixType(TypeClass tc, QualType matrixType, in ConstantMatrixType()