Home
last modified time | relevance | path

Searched refs:function_pointer (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dmsg_274.c9 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()
H A Dmsg_204.c12 void (*function_pointer)(void); variable
35 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()
H A Dmsg_247_portable.c36 typedef void (*function_pointer)(void); typedef
64 static function_pointer func_ptr;
H A Dmsg_247_lp64_ldbl128.c33 typedef void (*function_pointer)(void); typedef
61 static function_pointer func_ptr;
H A Dmsg_247_portable_int.c41 typedef void (*function_pointer)(void); typedef
69 static function_pointer func_ptr;
H A Dmsg_247_ilp32_ldbl64.c33 typedef void (*function_pointer)(void); typedef
61 static function_pointer func_ptr;
/netbsd-src/tests/usr.bin/indent/
H A Dfmt_decl.c31 extern void ( * function_pointer ) ( int * ) ;
37 extern void (*function_pointer)(int *);
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-common.h132 class function_pointer; variable
H A Djit-recording.cc4358 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()
H A Djit-recording.h1989 class function_pointer : public rvalue
1992 function_pointer (context *ctxt, in function_pointer() function
H A DChangeLog1230 * jit-common.h (class gcc::jit::recording::function_pointer): New
1239 (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.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-common.h132 class function_pointer; variable
H A Djit-recording.c3988 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()
H A Djit-recording.h1783 class function_pointer : public rvalue
1786 function_pointer (context *ctxt, in function_pointer() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi15304 class function_pointer;
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi15966 class function_pointer;