Searched refs:current_function (Results 1 – 12 of 12) sorted by relevance
100 my $current_function;148 if ($win64 && $current_function->{abi} eq "svr4") {162 if ($win64 && $current_function->{abi} eq "svr4") {351 $current_function->{name} eq $self->{value} &&352 $current_function->{abi} eq "svr4") {357 $func .= "${decor}SEH_begin_$current_function->{name}:\n";358 my $narg = $current_function->{narg};368 } elsif ($self->{value} ne "$current_function->{name}") {371 } elsif ($win64 && $current_function->{abi} eq "svr4") {372 my $func = "$current_function->{name}" .[all …]
127 current_function = true; in SetOptionValue()166 current_function = false; in OptionParsingStarting()201 current_function = true; in OptionParsingFinished()429 if (m_options.current_function) in GetRangesForSelectedMode()
54 bool current_function = false; variable
86 static struct prod_token_parm_item *current_function=NULL; variable331 current_function = proto = lookup_tree_name (&search_prod);344 FIRST_PARMS (current_function));361 current_function = NULL;506 type_prod = EXPRESSION_TYPE (current_function);
92 static struct prod_token_parm_item *current_function = NULL; variable353 current_function = proto = lookup_tree_name (&search_prod);370 current_function = NULL;526 type_prod = EXPRESSION_TYPE (current_function);
49 struct debug_function *current_function; member706 info->current_function = NULL; in debug_set_filename()800 info->current_function = f; in debug_record_function()833 || info->current_function == NULL) in debug_record_parameter()847 for (pp = &info->current_function->parameters; in debug_record_parameter()865 || info->current_function == NULL) in debug_end_function()879 info->current_function = NULL; in debug_end_function()
48 struct debug_function *current_function; member705 info->current_function = NULL; in debug_set_filename()799 info->current_function = f; in debug_record_function()832 || info->current_function == NULL) in debug_record_parameter()846 for (pp = &info->current_function->parameters; in debug_record_parameter()864 || info->current_function == NULL) in debug_end_function()878 info->current_function = NULL; in debug_end_function()
363 * function.c (cfun): Renamed from current_function. All users6961 current_function->stmt is unset.7204 current_function->stmt is unset.7366 (expand_dummy_function_end): Free up current_function state.8521 (alpha_return_addr): Adjust to use current_function->machine.9141 Don't set inl_emit field in current_function.9148 (output_inline_function): Save and restore current_function/11151 (mem_min_alignment): Test current_function rather than11219 regno_pointer_* variables through current_function.11240 (init_emit): Allocate emit elt of current_function.[all …]
11422 * pj.c (pj_expand_prologue): current_function->args_info is
4240 struct symbol *current_function; in remove_out_of_scope_renamings() local4250 current_function = block_function (current_block); in remove_out_of_scope_renamings()4251 if (current_function == NULL) in remove_out_of_scope_renamings()4254 current_function_name = SYMBOL_LINKAGE_NAME (current_function); in remove_out_of_scope_renamings()
2394 (cp_function_chain): Use the current_function, not the2431 * method.c (emit_thunk): Clear current_function after calling2436 (pending_inline): Clear current_function, even if something goes