Searched refs:start_function (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/binutils/binutils/
H A Ddebug.h398 bfd_boolean (*start_function) (void *, const char *, bfd_boolean); member in struct:debug_write_fns
H A Ddebug.c2827 if (! (*fns->start_function) (fhandle, name,
/freebsd-10-stable/contrib/gcc/
H A Dc-tree.h491 extern int start_function (struct c_declspecs *, struct c_declarator *, tree);
H A Dc-decl.c3263 Function definitions do not come here; they go to start_function
6622 start_function (struct c_declspecs *declspecs, struct c_declarator *declarator,
8173 start_block_helper_function - This is a light-weight version of start_function().
8174 It has removed all the fuss in the start_function().
6596 start_function (struct c_declspecs *declspecs, struct c_declarator *declarator, function
H A Dc-parser.c1527 if (!start_function (specs, declarator, all_prefix_attrs))
/freebsd-10-stable/contrib/gcc/cp/
H A Dcp-tree.h3991 extern int start_function (cp_decl_specifier_seq *, const cp_declarator *, tree);
H A Ddecl.c3860 Function definitions do not come here; they go to start_function
6777 XXX Isn't this done in start_function, too? */
9312 /* Subroutine of start_function. Ensure that each of the parameter
11490 start_function (cp_decl_specifier_seq *declspecs,
12021 maybe_begin_member_template_processing when start_function was
11471 start_function (cp_decl_specifier_seq *declspecs, function
H A Dparser.c16078 success_p = start_function (decl_specifiers, declarator, attributes);

Completed in 216 milliseconds