Searched refs:TmplWithArray (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | no-devirt.cpp | 14 template < typename T, int N = 0 > class TmplWithArray { class 22 TmplWithArray<bool, 10> data; 31 template <typename T, int N> T& TmplWithArray<T, N >::operator[](int idx) { in operator []() 34 template <typename T, int N> T& TmplWithArray<T, N >::func1(int idx) { in func1() 42 template <typename T, int N> T& TmplWithArray<T, N >::operator[](int idx) { in operator []() 45 template <typename T, int N> T& TmplWithArray<T, N >::func1(int idx) { in func1()
|