Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmatrix-type-operators.cpp281 auto matrix_subscript(double4x4 m, R r, C c) -> decltype(m[r][c]) {} in matrix_subscript() function
290 return matrix_subscript(m, 1, 2); in test_matrix_subscript()