Searched defs:foo_t (Results 1 – 11 of 11) sorted by relevance
5 struct foo_t { struct13 static const foo_t x = {{0}}; argument
3 typedef struct {} foo_t; typedef
9 typedef struct {} foo_t; typedef
14 typedef int (*foo_t)(int); typedef
4 typedef X foo_t; typedef
134 template <typename T> static void foo_t() {} // expected-warning {{unused function template 'foo_t'… in foo_t() function135 template <> void foo_t<int>() {} // expected-warning {{function 'foo_t<int>' is not nee… in foo_t() function
459 Tensor& foo_t = x.emplace<Tensor>("foo"); in TEST() local