Searched refs:function_ptr (Results 1 – 5 of 5) sorted by relevance
218 typedef void(*function_ptr)(int, ...); typedef222 function_ptr get_f_ptr();226 function_ptr arr_f_ptr[5];
321 long (*function_ptr)(int a); variable326 …void *a3 = function_ptr; // expected-warning {{implicit conversion between pointer-to-funct… in function_to_voidptr_conv()
55 using function_ptr = void(*)(int); typedef 56 function_ptr ptr = f<void>;
58 typedef void (function_ptr)(void); typedef
186 typedef void (function_ptr)(void); typedef