Searched defs:A_int_0 (Results 1 – 7 of 7) sorted by relevance
38 struct A_int_0 struct48 test(std::bind(A_int_0()), 4); in main() argument
52 struct A_int_0 struct72 test(std::bind<void>(A_int_0())); in main() argument
31 struct A_int_0 struct33 constexpr A_int_0() {} in A_int_0() function34 constexpr int operator()() const { return 1; } in operator ()()
27 struct A_int_0 struct29 A_int_0() : obj1(0){} in A_int_0() argument30 A_int_0(int x) : obj1(x) {} in A_int_0() argument31 int mem1() { return ++count; } in mem1()32 int mem2() const { return ++count; } in mem2()33 int const obj1;
66 struct A_int_0 struct68 A_int_0() {} in A_int_0() function69 int operator()() { return ++count; } in operator ()()70 int operator()() const { ++count; return ++count; } in operator ()()
31 struct A_int_0 struct52 A_int_0 a0; in test_int_0() argument
30 struct A_int_0 struct50 A_int_0 a0; in test_int_0() argument