Searched refs:function_pointer (Results 1 – 16 of 16) sorted by relevance
9 example(void (*function_pointer)(void), void *void_pointer) in example()13 if (function_pointer == (void *)0) in example()17 if (function_pointer == (const void *)0) in example()21 if (function_pointer == void_pointer) in example()
12 void (*function_pointer)(void); variable35 if (function_pointer) in bug_between_2020_12_31_and_2021_01_08()36 function_pointer(); in bug_between_2020_12_31_and_2021_01_08()
36 typedef void (*function_pointer)(void); typedef 64 static function_pointer func_ptr;
33 typedef void (*function_pointer)(void); typedef 61 static function_pointer func_ptr;
41 typedef void (*function_pointer)(void); typedef 69 static function_pointer func_ptr;
31 extern void ( * function_pointer ) ( int * ) ;37 extern void (*function_pointer)(int *);
132 class function_pointer; variable
4358 rvalue *result = new function_pointer (get_context (), loc, this, m_fn_ptr_type); in get_address()6530 recording::function_pointer::replay_into (replayer *r) in replay_into()6538 recording::function_pointer::visit_children (rvalue_visitor *) in visit_children()6547 recording::function_pointer::make_debug_string () in make_debug_string()6558 recording::function_pointer::write_reproducer (reproducer &r) in write_reproducer()
1989 class function_pointer : public rvalue1992 function_pointer (context *ctxt, in function_pointer() function
1230 * jit-common.h (class gcc::jit::recording::function_pointer): New1239 (function_pointer::replay_into): New method.1240 (function_pointer::visit_children): New method.1241 (function_pointer::make_debug_string): New method.1242 (function_pointer::write_reproducer): New method.1246 (class function_pointer): New subclass of rvalue.
3988 rvalue *result = new function_pointer (get_context (), loc, this, m_fn_ptr_type); in get_address()5739 recording::function_pointer::replay_into (replayer *r) in replay_into()5747 recording::function_pointer::visit_children (rvalue_visitor *) in visit_children()5756 recording::function_pointer::make_debug_string () in make_debug_string()5767 recording::function_pointer::write_reproducer (reproducer &r) in write_reproducer()
1783 class function_pointer : public rvalue1786 function_pointer (context *ctxt, in function_pointer() function
15304 class function_pointer;
15966 class function_pointer;