Searched refs:f_void_1 (Results 1 – 5 of 5) sorted by relevance
29 void f_void_1(int i) in f_void_1() function52 std::bind(f_void_1, _1)(2); in test_void_1()57 std::bind(f_void_1, 2)(); in test_void_1() local63 void (*fp)(int) = f_void_1; in test_void_1()69 void (*fp)(int) = f_void_1; in test_void_1()
29 void f_void_1(int i) in f_void_1() function53 std::bind(f_void_1, _1)(i); in test_void_1() local59 std::bind(f_void_1, i)(); in test_void_1() local65 void (*fp)(int) = f_void_1; in test_void_1()72 void (*fp)(int) = f_void_1; in test_void_1()
119 void f_void_1(int i) in f_void_1() function141 std::function<void (int)> r1(f_void_1); in test_void_1()149 void (*fp)(int) = f_void_1; in test_void_1()
61 void f_void_1(int i) in f_void_1() function
33 void f_void_1(int i) in f_void_1() function55 std::reference_wrapper<void (int)> r1(f_void_1); in test_void_1()64 void (*fp)(int) = f_void_1; in test_void_1()