Searched defs:Mat1 (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/test/SemaCXX/ |
H A D | matrix-type-builtins.cpp | 29 MyMatrix<unsigned, 2, 3> Mat1; in test_transpose_template() local 56 MyMatrix<unsigned, 2, 3> Mat1; in test_column_major_loads_template() local 140 MyMatrix<unsigned, 2, 3> Mat1; in test_column_major_store_template() local
|
H A D | matrix-type-operators.cpp | 25 MyMatrix<unsigned, 2, 2> Mat1; in test_add_template() local 53 MyMatrix<unsigned, 2, 2> Mat1; in test_subtract_template() local 87 MyMatrix<unsigned, 2, 2> Mat1; in test_multiply_template() local
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | matrix-type-operators.cpp | 30 MyMatrix<float, 2, 5> Mat1; in test_add_template() local 52 MyMatrix<float, 2, 5> Mat1; in test_subtract_template() local 175 MyMatrix<float, 2, 2> test_multiply_template(MyMatrix<float, 2, 5> Mat1, in test_multiply_template() argument 285 test_extract_template(MyMatrix<int,2,2> Mat1) test_extract_template() argument [all...] |
/llvm-project/clang/lib/AST/ |
H A D | ASTStructuralEquivalence.cpp | 996 const DependentSizedMatrixType *Mat1 = cast<DependentSizedMatrixType>(T1); IsStructurallyEquivalent() local 1011 const ConstantMatrixType *Mat1 = cast<ConstantMatrixType>(T1); IsStructurallyEquivalent() local
|