Searched defs:foo0 (Results 1 – 10 of 10) sorted by relevance
30 void foo0() const { cout << "print_::foo0\n"; } in foo0() function46 void foo0() // a function w/ 0 args in foo0() function83 bind(&foo0)()(); in main() local95 bind(&print_::foo0)(arg1)(printer); in main() local
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
40 val foo0 = PrivacyItem(Privacy.TYPE_MICROPHONE, PrivacyApplication( in testGenerateAppsList() constant
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
7 struct Foo foo0 = { 1 }; // expected-warning {{missing field 'b' initializer}} variable
79 template<int I> void foo0 (int (&)[I + 1]) { } in foo0() function