/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-pure-const.c | 2120 current_function_name ()); in execute() 2139 current_function_name ()); in execute() 2146 current_function_name ()); in execute() 2153 current_function_name ()); in execute() 2165 current_function_name ()); in execute() 2172 current_function_name ()); in execute() 2179 current_function_name ()); in execute() 2193 current_function_name ()); in execute() 2363 current_function_name ()); in execute()
|
H A D | statistics.c | 155 current_function_name (), in statistics_fini_pass_2() 163 current_function_name (), in statistics_fini_pass_2()
|
H A D | init-regs.c | 115 current_function_name (), regno, bb->index, in initialize_uninitialized_regs()
|
H A D | function.h | 701 extern const char *current_function_name (void);
|
H A D | mcf.c | 285 current_function_name (), msg); in dump_fixup_graph() 1265 current_function_name ()); in adjust_cfg_counts()
|
H A D | graphite.c | 173 fprintf (file, "\nFunction Name: %s\n", current_function_name ()); in print_graphite_scop_statistics()
|
H A D | sel-sched-dump.c | 746 fprintf (f, "function [label = \"%s\"];\n", current_function_name ()); in sel_dump_cfg_2()
|
H A D | tree-dfa.c | 1020 current_function_name ()); in dump_enumerated_decls()
|
H A D | store-motion.c | 1210 current_function_name (), n_basic_blocks_for_fn (cfun)); in one_store_motion_pass()
|
H A D | gcse.c | 2641 current_function_name (), n_basic_blocks_for_fn (cfun), in one_pre_gcse_pass() 3577 current_function_name (), n_basic_blocks_for_fn (cfun), in one_code_hoisting_pass()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | statistics.cc | 155 current_function_name (), in statistics_fini_pass_2() 163 current_function_name (), in statistics_fini_pass_2()
|
H A D | init-regs.cc | 118 current_function_name (), regno, bb->index, in initialize_uninitialized_regs()
|
H A D | function.h | 718 extern const char *current_function_name (void);
|
H A D | graphite.cc | 173 fprintf (file, "\nFunction Name: %s\n", current_function_name ()); in print_graphite_scop_statistics()
|
H A D | ipa-pure-const.cc | 2189 current_function_name ()); in execute() 2219 current_function_name ()); in execute() 2389 current_function_name ()); in execute()
|
H A D | mcf.cc | 285 current_function_name (), msg); in dump_fixup_graph() 1265 current_function_name ()); in adjust_cfg_counts()
|
H A D | sel-sched-dump.cc | 743 fprintf (f, "function [label = \"%s\"];\n", current_function_name ()); in sel_dump_cfg_2()
|
H A D | tree-dfa.cc | 1037 current_function_name ()); in dump_enumerated_decls()
|
H A D | store-motion.cc | 1205 current_function_name (), n_basic_blocks_for_fn (cfun)); in one_store_motion_pass()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
H A D | avr-log.c | 195 fputs (current_function_name(), file); in avr_log_vadump()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
H A D | avr-log.cc | 195 fputs (current_function_name(), file); in avr_log_vadump()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | cortex-a57-fma-steering.cc | 1022 fprintf (dump_file, "Function %s has ", current_function_name ()); in rename_fma_trees()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | cortex-a57-fma-steering.c | 1022 fprintf (dump_file, "Function %s has ", current_function_name ()); in rename_fma_trees()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/ |
H A D | gp-display-html.in | 6849 my $current_function_name; 7017 $current_function_name = $final_function_names[$i]; 7018 gp_message ("debugXL", $subr_name, "current_function_name = $current_function_name"); 7023 if ($current_function_name eq "<Total>") 7035 $current_function_name =~ s/$g_less_than_regex/$g_html_less_than_regex/g; 7041 $current_function_name = "<b>" . $current_function_name . "</b>"; 7043 …e .= " <a href='" . $href_file . "#" . $function_tags[$i] . "'>" . $current_function_name . "</a>";
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/gp-display-html/ |
H A D | gp-display-html.in | 7555 my $current_function_name; 7723 $current_function_name = $final_function_names[$i]; 7724 gp_message ("debugXL", $subr_name, "current_function_name = $current_function_name"); 7729 if ($current_function_name eq "<Total>") 7741 $current_function_name =~ s/$g_less_than_regex/$g_html_less_than_regex/g; 7747 $current_function_name = "<b>" . $current_function_name . "</b>"; 7749 …e .= " <a href='" . $href_file . "#" . $function_tags[$i] . "'>" . $current_function_name . "</a>";
|