Searched refs:f_int_0 (Results 1 – 4 of 4) sorted by relevance
26 int f_int_0() in f_int_0() function41 std::reference_wrapper<int ()> r1(f_int_0); in test_int_0()46 int (*fp)() = f_int_0; in test_int_0()
22 constexpr int f_int_0() { return 1; } in f_int_0() function52 static_assert(1 == ex::apply(f_int_0, t), ""); in test_0()57 constexpr auto fp = &f_int_0; in test_0()
36 int f_int_0() { return ++count; } in f_int_0() function253 assert(1 == ex::apply(f_int_0, t)); in test_int_0()260 auto fp = &f_int_0; in test_int_0()
25 int f_int_0() in f_int_0() function39 std::function<int ()> r1(f_int_0); in test_int_0()44 int (*fp)() = f_int_0; in test_int_0()