Searched refs:f_void_1 (Results 1 – 5 of 5) sorted by relevance
28 void f_void_1(int i) in f_void_1() function51 std::bind(f_void_1, _1)(2); in test_void_1()56 std::bind(f_void_1, 2)(); in test_void_1() local62 void (*fp)(int) = f_void_1; in test_void_1()68 void (*fp)(int) = f_void_1; in test_void_1()
28 void f_void_1(int i) in f_void_1() function52 std::bind(f_void_1, _1)(i); in test_void_1() local58 std::bind(f_void_1, i)(); in test_void_1() local64 void (*fp)(int) = f_void_1; in test_void_1()71 void (*fp)(int) = f_void_1; in test_void_1()
26 void f_void_1(int i) in f_void_1() function48 std::reference_wrapper<void (int)> r1(f_void_1); in test_void_1()56 void (*fp)(int) = f_void_1; in test_void_1()
60 void f_void_1(int i) in f_void_1() function
100 void f_void_1(int i) in f_void_1() function122 std::function<void (int)> r1(f_void_1); in test_void_1()130 void (*fp)(int) = f_void_1; in test_void_1()