Home
last modified time | relevance | path

Searched defs:Mat2 (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/SemaObjCXX/
H A Dtypo-correction.mm58 struct Mat2 { int rows; }; argument
63 Mat2 tlMat1; // expected-note {{'tlMat1' declared here}} argument
/llvm-project/clang/test/SemaCXX/
H A Dmatrix-type-builtins.cpp30 MyMatrix<unsigned, 3, 3> Mat2; in test_transpose_template() local
62 MyMatrix<float, 2, 3> Mat2; in test_column_major_loads_template() local
146 MyMatrix<float, 2, 3> Mat2; in test_column_major_store_template() local
H A Dmatrix-type-operators.cpp26 MyMatrix<unsigned, 3, 3> Mat2; in test_add_template() local
54 MyMatrix<unsigned, 3, 3> Mat2; in test_subtract_template() local
88 MyMatrix<unsigned, 3, 3> Mat2; in test_multiply_template() local
/llvm-project/clang/test/CodeGenCXX/
H A Dmatrix-type-operators.cpp31 MyMatrix<float, 2, 5> Mat2; in test_add_template() local
53 MyMatrix<float, 2, 5> Mat2; in test_subtract_template() local
176 MyMatrix<float, 5, 2> Mat2) { in test_multiply_template() argument
/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp997 const DependentSizedMatrixType *Mat2 = cast<DependentSizedMatrixType>(T2); IsStructurallyEquivalent() local
1012 const ConstantMatrixType *Mat2 = cast<ConstantMatrixType>(T2); IsStructurallyEquivalent() local