Searched refs:tfoo (Results 1 – 7 of 7) sorted by relevance
15 class tfoo { class21 int decltype(tfoo<T>())::i; // expected-error{{nested name specifier 'decltype(tfoo<T>())::' for de…23 void decltype(tfoo<T>())::func() { // expected-error{{nested name specifier 'decltype(tfoo<T>())::'… in func()
14 void tfoo() {} in tfoo() function15 void tfoo<int>() {}
13 template <class T, class U = T> T tfoo(U x) { return x; } function19 int (*fn)(int) = (&tfoo<int> ?: 0);
361 template <class T, unsigned K> T tfoo(T a) { return a + K; } in tfoo() function368 z[i + j] = a + tfoo<T, N>(i + j); in templ1()
248 template <class T, unsigned K> T tfoo(T a) { return a + K; } in tfoo() function255 z[i + j] = a + tfoo<T, N>(i + j); in templ1()
87 void tfoo() { in tfoo() function