Searched defs:Mat2 (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/test/SemaObjCXX/ |
H A D | typo-correction.mm | 58 struct Mat2 { int rows; }; argument 63 Mat2 tlMat1; // expected-note {{'tlMat1' declared here}} argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | matrix-type-builtins.cpp | 30 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 D | matrix-type-operators.cpp | 26 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 D | matrix-type-operators.cpp | 31 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 D | ASTStructuralEquivalence.cpp | 997 const DependentSizedMatrixType *Mat2 = cast<DependentSizedMatrixType>(T2); IsStructurallyEquivalent() local 1012 const ConstantMatrixType *Mat2 = cast<ConstantMatrixType>(T2); IsStructurallyEquivalent() local
|