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

/freebsd-9.3-release/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-9.3-release/contrib/gcc/
H A Dc-tree.h487 extern int start_function (struct c_declspecs *, struct c_declarator *, tree);
H A Dc-decl.c3241 Function definitions do not come here; they go to start_function
6184 start_function (struct c_declspecs *declspecs, struct c_declarator *declarator,
6157 start_function (struct c_declspecs *declspecs, struct c_declarator *declarator, function
H A Dc-parser.c1396 if (!start_function (specs, declarator, all_prefix_attrs))
/freebsd-9.3-release/contrib/gcc/cp/
H A Dcp-tree.h3955 extern int start_function (cp_decl_specifier_seq *, const cp_declarator *, tree);
H A Ddecl.c3841 Function definitions do not come here; they go to start_function
6371 XXX Isn't this done in start_function, too? */
8845 /* Subroutine of start_function. Ensure that each of the parameter
10946 start_function (cp_decl_specifier_seq *declspecs,
11471 maybe_begin_member_template_processing when start_function was
10926 start_function (cp_decl_specifier_seq *declspecs, function
H A Dparser.c15655 success_p = start_function (decl_specifiers, declarator, attributes);

Completed in 390 milliseconds