Searched defs:foo_t (Results 1 – 14 of 14) sorted by relevance
5 struct foo_t { struct13 static const foo_t x = {{0}}; argument
22 __device__ struct foo_t { struct 23 ifoo_t global() argument 24 pifoo_t global() argument
3 typedef struct {} foo_t; typedef
9 typedef struct {} foo_t; typedef
4 typedef long foo_t; typedef
79 struct foo_t { struct81 constexpr int operator[](Ts... idx) { in operator []()
94 struct foo_t { // expected-note 2{{candidate constructor}} global() struct 95 foo_tGH50376::foo_t foo_t() argument
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
25 typedef int (*foo_t)(int); global() typedef
12 } foo_t; typedef
9 type foo_t type
10 type foo_t type
86 typedef void foo_t(unsigned val); typedef
4 typedef X foo_t; typedef