|
GDB (xrefs)
|
Go to the source code of this file.
Classes | |
| struct | selftests::function_view::plus_one_int_func_obj |
Namespaces | |
| selftests | |
| selftests::function_view | |
Functions | |
| static int | selftests::function_view::plus_one_fn_int (int val) |
| static short | selftests::function_view::plus_one_fn_short (short val) |
| static int | selftests::function_view::call_callback_int (int val, gdb::function_view< int(int)> callback) |
| static void | selftests::function_view::call_callback_void (int val, gdb::function_view< void(int)> callback) |
| static void | selftests::function_view::run_tests () |
| void | _initialize_function_view_selftests () |
| void _initialize_function_view_selftests | ( | ) |
Definition at line 175 of file function-view-selftests.c.
References selftests::register_test(), and selftests::function_view::run_tests().
1.8.14