Searched defs:A_int_0 (Results 1 – 5 of 5) sorted by relevance
37 struct A_int_0 { struct45 test(std::bind(A_int_0()), 4); in test_all() argument
53 struct A_int_0 struct73 test(std::bind<void>(A_int_0())); in main() argument
28 struct A_int_0 struct30 A_int_0() : obj1(0){} in A_int_0() argument31 A_int_0(int x) : obj1(x) {} in A_int_0() function32 int mem1() { return ++count; } in mem1()33 int mem2() const { return ++count; } in mem2()34 int const obj1;
32 struct A_int_0 struct53 A_int_0 a0; in test_int_0() argument
49 struct A_int_0 struct69 A_int_0 a0; in test_int_0() argument