Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Parser/
H A Dmatrix-type-disabled.c5 #if __has_extension(matrix_types)
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dmatrix-type.c3 #if !__has_extension(matrix_types)
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DFeatures.def270 EXTENSION(matrix_types, LangOpts.MatrixTypes)
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp7932 llvm::iterator_range<iterator> matrix_types() { return MatrixTypes; } in matrix_types() function in __anon85f2cfc10b11::BuiltinCandidateTypeSet
8785 for (QualType M1 : CandidateTypes[0].matrix_types()) { in addMatrixBinaryArithmeticOverloads()
8790 for (QualType M2 : CandidateTypes[1].matrix_types()) { in addMatrixBinaryArithmeticOverloads()