Searched refs:start_function (Results 1 – 25 of 38) sorted by relevance
12
395 bool (*start_function) (void *, const char *, bool); member
2833 if (! (*fns->start_function) (fhandle, name, in debug_write_function()
404 * decl.c (start_function): Fix earlier cv-quals change.463 * decl.c (start_function): Conform to gcc cv-quals convention (no754 * decl.c (start_function): New arg ATTRS. Add a call to756 * cp-tree.h (start_function): Update prototype.757 * parse.y (fn.def1): Pass ATTRS into start_function instead of761 start_function.798 * decl.c (start_function): Clear ctor_label and dtor_label.824 * decl.c (start_function): Likewise.1282 * decl.c (start_function): For pre-parsed functions, layout all of1307 * decl.c (start_function): If current_class_decl is a signature[all …]
530 (start_function): Set the DECL_CONTEXT for automatically generated718 (start_function): Likewise.1037 * decl.c (start_function): Don't fool with the momentary obstack.1292 * decl.c (start_function): Set current_in_charge_parm for1353 (start_function): Rearrange slightly to call begin_stmt_tree1617 * decl.c (start_function): Set x_dont_save_pending_sizes rather1702 * decl.c (start_function): Restore current_function_cannot_inline1841 (start_function): Don't set them.1956 (start_function): Reorganize. Don't clear DECL_INITIAL if it is2027 * decl.c (start_function): Initialize current_in_charge_parm.[all …]
773 (start_function): Likewise.792 (start_function): Eliminate the throw spec parameter. Eliminate799 start_function. Add throw spec to make_call_declarator.806 Eliminate the throw spec parameter to start_function.813 to start_function.820 start_function.822 to start_function.923 * decl.c (start_function): Only check interface_* for templates1286 * decl.c (start_function): Statics are static even in a #pragma2762 * decl.c (start_function): Don't try to be clever.[all …]
667 (start_decl, start_function): Warn if inline and attribute933 * class.c (finish_struct), decl.c (start_decl, start_function),942 start_handler_parms, grokdeclarator, grokparms, start_function,1287 (start_function): Adjust.1495 * decl.c (start_decl, grokdeclarator, start_function): Update1551 (start_function): Don't call SET_DEFAULT_DECL_ATTRIBUTES. Call2164 * decl.c (start_function): Call it for in charge ctors.2207 (start_function): Call start_fname_decls.2415 (start_function): Likewise.2742 (start_function): Likewise.[all …]
673 * decl.c (start_function): If DECL_INTERFACE_KNOWN is set on the721 (start_function): Deal with linkage. Move pushdecl after linkage784 * class.c (popclass): Set C_C_D like start_function does.809 (start_function): Likewise.1211 * decl.c (start_function): #pragma interface only affects functions1369 * decl.c (start_function): Don't rely on the settings of TREE_PUBLIC1630 * decl.c (start_function): Set DECL_DEFER_OUTPUT on all inlines that1776 * decl.c (start_function): Move TREE_PUBLIC and DECL_EXTERNAL1950 * decl.c (start_function): Don't modify the settings of TREE_PUBLIC2047 * decl.c (start_function): Set DECL_DEFER_OUTPUT on implicit[all …]
159 (start_function): Document. Adjust for new name-lookup scheme.176 (fn.defpen): Pass appropriate values to start_function.628 (start_function): Likewise. Don't put current_class_ref on the971 (start_function): Do set DECL_INITIAL.1045 (start_function): Not here.1140 (start_function): Likewise.1430 * decl.c (start_function): Fix cut-and-paste error.1770 (start_function): Add invocation of2871 (start_function): Call push_nested_class before3036 * decl.c (start_function): #if 0 mysterious code I wrote and have[all …]
821 (start_function): Don't use decl_tree_cons.957 * decl.c (start_function): Robustify.1096 (start_function): Remove RTL-generation code.1149 (start_function): Correct comment.1490 * decl.c (start_function): Always call make_function_rtl.3159 * decl.c (start_function): Always call announce_function.3401 * decl.c (start_function): Likewise.3505 (start_function): Use DECL_OVERLOADED_OPERATOR_P.4339 * decl.c (start_function): Likewise.4505 (start_function): Likewise.[all …]
71 * decl.c (start_function): Do not check1106 * decl.c (start_function): Do not ignore attributes embedded in a1241 (start_function): Likewise.1423 (start_function): Use begin_scope, not pushlevel.1773 * decl.c (start_function): Use allocate_struct_function.2174 (start_function): Do not check CLASSTYPE_GOT_SEMICOLON.3249 (start_function): Use DECL_ESTIMATED_INSNS.3992 * decl.c (start_function): Adjust init_function_start call.4173 (start_function): Likewise.4460 * decl.c (start_function): Use same_type_p to check return type[all …]
1752 (start_function): Change check for ::main not returning int to1813 (start_function): Remove call to cplus_decl_attributes.4427 (start_function): Likewise.4442 (start_function): Likewise.4527 (start_function): Likewise.4529 (start_function): Change prototype.4548 (start_function): Likewise.4803 (start_function, finish_function): Use statement lists.5579 (start_function): Use DECL_ARGUMENTS instead of5797 (start_function): Don't check IDENTIFIER_IMPLICIT_DECL.[all …]
1690 start_function, restore it afterwards.2346 (start_function): Likewise.2840 * decl.c (start_function): Don't free 'struct3697 (start_decl, start_function): Invoke maybe_apply_pragma_weak.4017 * decl.c (start_function): Call cplus_decl_attributes immediately4020 * decl.c (start_function): Combine DECL_RESULT handling code.
1646 (start_function): Likewise.2215 Assume that start_function indicates failure only if it has issued3131 (start_function): ... here.
991 * decl.c (start_function): Up warning of no return type to be a1563 (start_function): Initialize static_labelno.
6859 extern bool start_function (cp_decl_specifier_seq *,
3647 * decl.c (start_function): If grokdeclarator hasn't returned
3116 * decl.c (start_function): Call plugin before parsing.
2135 (start_function): Adjust.
6165 * c-lang.c (finish_file): Add missing parm to start_function call.6553 * c-decl.c (start_function): New parameter for attributes.6554 * c-tree.h (start_function): Likewise.6555 * c-lang.c (finish_file): Pass extra parm to start_function.9934 * c-decl.c (start_function): Handle new parameter ATTRIBUTES.9935 * c-tree.h (start_function): Add new parameter.9936 * c-lang.c (finish_file): Pass new parm to start_function.9939 to start_function.
8291 (start_decl, start_function): Warn if inline and attribute17599 finish_enum, start_function): Update calls to decl_attributes.18225 * c-lang.c (start_cdtor): Remove extra parameter from start_function.18344 * c-decl.c (start_decl, start_function): Don't call18371 * c-decl.c (start_decl, start_function): Only take a single18382 * c-tree.h (start_function, start_decl): Update prototypes.18396 and start_function.24478 (start_function): Call start_fname_decls.31752 * c-decl.c (start_function): Don't warn if old prototype is builtin32145 (start_function): Likewise.[all …]
6899 * c-decl.c (start_function): Don't check for DECL_BUILT_IN when14232 start_function, start_decl, build_c_parm,14268 shadow_tag, shadow_tag_warned, start_function, start_decl,14287 start_function, start_decl, build_c_parm, build_attrs_declarator,14298 grokfield, start_function, store_parm_decls_newstyle,14869 start_function, store_parm_decls_oldstyle,21797 * c-decl.c (start_function): Set DECL_ARTIFICIAL and DECL_IGNORED_P21982 * c-decl.c (start_function): Form composite type of function types22323 (start_function): Only copy function type from previous prototype26972 (start_function): Likewise.[all …]
999 push_parm_decl, grokfield, start_function): Update calls to2340 (start_function): Use.12441 (start_function): Set current_function_parm_vars.13043 (start_function): Move call to maybe_apply_pragma_weak. Check that13149 (c_init_decl_processing, start_function, c_push__function_context)13291 (start_function): Likewise.23609 (start_function): Use it.27157 (start_function): Don't set subblocks_tag_transparent.27221 (start_function): Don't muck with IDENTIFIER_IMPLICIT_DECL.
13798 (start_function): Likewise.16175 * c-decl.c (start_function): Restore label_context_stack_se and17593 (start_function): Likewise.20945 (start_function): Always set current_function_prototype_locus,23245 (start_function): Create stack level for context of identifiers26943 (start_function): Push context on label_context_stack.26964 * c-decl.c (start_function): Check for old_decl being
4019 * c-decl.c (start_function): Reset immediate_size_expand on7696 * c-decl.c (start_function): Fix improper installation of last change.9991 (fndef): Pass current_declspecs, not $1, to start_function.
6106 (merge_decls, start_decl, start_function): Likewise.6739 (start_function): Don't clear current_extern_inline. Don't set6783 * c-decl (start_function): Move code for main decl warning ..9565 * c-decl.c (start_function): Don't try to process prototype