| /openbsd-src/gnu/gcc/gcc/ |
| H A D | graph.c | 59 current_function_name (), current_function_name ()); in start_fct() 79 current_function_name (), bb, bb); in start_bb() 120 current_function_name (), in node_data() 121 current_function_name (), XINT (tmp_rtx, 0)); in node_data() 133 current_function_name (), XINT (tmp_rtx, 0), in node_data() 185 current_function_name (), from, in draw_edge() 186 current_function_name (), to, color); in draw_edge() 216 current_function_name ()); in end_fct()
|
| H A D | function.h | 571 extern const char *current_function_name (void);
|
| H A D | df-core.c | 1126 fprintf (file, "\n\n%s\n", current_function_name ()); in df_dump()
|
| H A D | gcse.c | 799 current_function_name (), n_basic_blocks); in gcse_main() 3429 current_function_name (), pass, bytes_used); in one_cprop_pass() 4566 current_function_name (), pass, bytes_used); in one_pre_gcse_pass() 6560 current_function_name (), n_basic_blocks); in bypass_jumps()
|
| H A D | haifa-sched.c | 2899 ";; %s:\n", current_function_name ()); in sched_finish()
|
| H A D | function.c | 5543 current_function_name (void) in current_function_name() function
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | graph.c | 58 current_function_name, current_function_name); 76 current_function_name, bb, bb); 121 current_function_name, 122 current_function_name, XINT (tmp_rtx, 0)); 134 current_function_name, XINT (tmp_rtx, 0), 191 current_function_name, from, 192 current_function_name, to, color); 224 current_function_name);
|
| H A D | function.h | 523 #define current_function_name (cfun->name) macro
|
| H A D | protector.c | 926 funcstr = build_string (strlen(current_function_name)+1, 927 current_function_name);
|
| H A D | profile.c | 398 current_function_name); in get_exec_counts()
|
| H A D | gcse.c | 901 current_function_name, n_basic_blocks); 3662 current_function_name, pass, bytes_used, gcse_subst_count); 4583 current_function_name, pass, bytes_used); 5622 current_function_name, pass, bytes_used);
|
| H A D | function.c | 6433 current_function_name = (*lang_hooks.decl_printable_name) (subr, 2);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/c4x/ |
| H A D | c4x.c | 804 return current_function_name[0] == 'c' in c4x_interrupt_function_p() 805 && current_function_name[1] == '_' in c4x_interrupt_function_p() 806 && current_function_name[2] == 'i' in c4x_interrupt_function_p() 807 && current_function_name[3] == 'n' in c4x_interrupt_function_p() 808 && current_function_name[4] == 't' in c4x_interrupt_function_p() 809 && ISDIGIT (current_function_name[5]) in c4x_interrupt_function_p() 810 && ISDIGIT (current_function_name[6]); in c4x_interrupt_function_p() 854 current_function_name, size); in c4x_expand_prologue()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/pdp11/ |
| H A D | pdp11.c | 157 "\n\t; /* function prologue %s*/\n", current_function_name);
|
| /openbsd-src/gnu/gcc/gcc/config/pdp11/ |
| H A D | pdp11.c | 264 current_function_name ()); in pdp11_output_function_prologue()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/avr/ |
| H A D | avr.c | 690 ,current_function_name, current_function_name); 706 fprintf (file, ".L_%s_body:\n", current_function_name); 897 fprintf (file, "/* function %s size %d (%d) */\n", current_function_name,
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/romp/ |
| H A D | romp.c | 389 && ! strcmp (current_function_name, XSTR (op, 0)));
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | ada-lang.c | 4241 char *current_function_name; in remove_out_of_scope_renamings() local 4254 current_function_name = SYMBOL_LINKAGE_NAME (current_function); in remove_out_of_scope_renamings() 4255 if (current_function_name == NULL) in remove_out_of_scope_renamings() 4266 && !renaming_is_visible (syms[i].sym, current_function_name)) in remove_out_of_scope_renamings()
|
| /openbsd-src/gnu/gcc/gcc/config/c4x/ |
| H A D | c4x.c | 810 cfun_name = current_function_name (); in c4x_interrupt_function_p() 861 current_function_name (), size); in c4x_expand_prologue()
|
| /openbsd-src/gnu/gcc/gcc/config/s390/ |
| H A D | s390.c | 7270 current_function_name (), cfun_frame_layout.frame_size); in s390_emit_prologue() 7273 warning (0, "%qs uses dynamic stack allocation", current_function_name ()); in s390_emit_prologue()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/s390/ |
| H A D | s390.c | 4635 output_constant_pool (current_function_name, current_function_decl);
|
| /openbsd-src/gnu/gcc/gcc/config/avr/ |
| H A D | avr.c | 929 fprintf (file, "/* function %s size %d (%d) */\n", current_function_name (), in avr_output_function_epilogue()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/ip2k/ |
| H A D | ip2k.c | 204 main_p = ! strcmp ("main", current_function_name);
|
| /openbsd-src/gnu/gcc/gcc/config/mips/ |
| H A D | mips.c | 7966 fprintf (file, "\t# Stub function for %s (", current_function_name ()); in build_mips16_function_stub()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/ |
| H A D | mips.c | 9040 fprintf (file, "\t# Stub function for %s (", current_function_name);
|