Searched refs:function_to_edit (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | protoize.c | 2876 const char *function_to_edit = def_dec_p->hash_entry->symbol; in edit_fn_declaration() local 2877 size_t func_name_len = strlen (function_to_edit); in edit_fn_declaration() 2916 pname, function_to_edit); in edit_fn_declaration() 2956 if (!strncmp (clean_text_p+1, function_to_edit, func_name_len)) in edit_fn_declaration() 3315 const char *function_to_edit = def_dec_p->hash_entry->symbol; in add_local_decl() local 3331 pname, function_to_edit); in add_local_decl() 3510 const char *function_to_edit = def_dec_p->hash_entry->symbol; in edit_fn_definition() local 3520 pname, function_to_edit); in edit_fn_definition() 3550 pname, function_to_edit); in edit_fn_definition()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | protoize.c | 3000 const char *function_to_edit = def_dec_p->hash_entry->symbol; local 3001 size_t func_name_len = strlen (function_to_edit); 3040 pname, function_to_edit); 3080 if (!strncmp (clean_text_p+1, function_to_edit, func_name_len)) 3444 const char *function_to_edit = def_dec_p->hash_entry->symbol; local 3460 pname, function_to_edit); 3642 const char *function_to_edit = def_dec_p->hash_entry->symbol; local 3652 pname, function_to_edit); 3682 pname, function_to_edit);
|