Searched refs:f_void_0 (Results 1 – 3 of 3) sorted by relevance
26 void f_void_0() in f_void_0() function42 std::reference_wrapper<void ()> r1(f_void_0); in test_void_0()49 void (*fp)() = f_void_0; in test_void_0()
27 void f_void_0() { ++count; } in f_void_0() function103 ex::apply(f_void_0, t); in test_void_0()110 auto fp = &f_void_0; in test_void_0()
59 void f_void_0() in f_void_0() function75 std::function<void ()> r1(f_void_0); in test_void_0()82 void (*fp)() = f_void_0; in test_void_0()