Home
last modified time | relevance | path

Searched refs:my_function (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
Dpy-format-string.c51 my_function(int n) in my_function() function
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-fnsummary.cc1881 struct function *my_function = DECL_STRUCT_FUNCTION (node->decl); in compute_bb_predicates() local
1885 FOR_EACH_BB_FN (bb, my_function) in compute_bb_predicates()
1892 ENTRY_BLOCK_PTR_FOR_FN (my_function)->aux in compute_bb_predicates()
1894 *(ipa_predicate *) ENTRY_BLOCK_PTR_FOR_FN (my_function)->aux = true; in compute_bb_predicates()
1901 FOR_EACH_BB_FN (bb, my_function) in compute_bb_predicates()
1952 if (pdom_bb == EXIT_BLOCK_PTR_FOR_FN (my_function) || !pdom_bb) in compute_bb_predicates()
2610 struct function *my_function = DECL_STRUCT_FUNCTION (node->decl); in analyze_function_body() local
2622 gcc_assert (my_function && my_function->cfg); in analyze_function_body()
2623 gcc_assert (cfun == my_function); in analyze_function_body()
2659 (SSANAMES (my_function)->length (), true); in analyze_function_body()
[all …]
Dtree-inline.cc4616 struct function *my_function = DECL_STRUCT_FUNCTION (fndecl); in estimate_num_insns_fn() local
4621 gcc_assert (my_function && my_function->cfg); in estimate_num_insns_fn()
4622 FOR_EACH_BB_FN (bb, my_function) in estimate_num_insns_fn()
/netbsd/src/external/gpl3/gdb/dist/gdb/doc/
Dgdb.texinfo15099 (@value{GDBP}) @b{trace my_function} // first source line of function
15101 (@value{GDBP}) @b{trace *my_function} // EXACT start address of function
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git108324 void my_function (T v, gdb::function_view<void(T)> callback = nullptr);
108330 my_function (1, lambda);
108335 my_function (1, gdb::make_function_view (lambda));