Searched defs:foo0 (Results 1 – 10 of 10) sorted by relevance
153 MyStruct foo0; VERIFY(internal::UIntPtr(foo0.avec.data())%ALIGNMENT==0); in EIGEN_DECLARE_TEST() local160 MyStruct *foo0 = new MyStruct(); VERIFY(internal::UIntPtr(foo0->avec.data())%ALIGNMENT==0); in EIGEN_DECLARE_TEST() local170 MyStruct *foo0 = new MyStruct[N]; VERIFY(internal::UIntPtr(foo0->avec.data())%ALIGNMENT==0); in EIGEN_DECLARE_TEST() local
7 LD foo0() { in foo0() function
23 int foo0(int a) { in foo0() function
5 template <typename> void foo0() { fn0<char>(); } in foo0() function
17 typedef int foo0; // expected-warning {{unused typedef 'foo0'}} in f() typedef
19 S1Ref foo0(int); function
27 foo0(S0& s) in foo0() function
26 foo0(S0& s) in foo0() function
7 struct Foo foo0 = { 1 }; // expected-warning {{missing field 'b' initializer}} variable
79 template<int I> void foo0 (int (&)[I + 1]) { } in foo0() function