Home
last modified time | relevance | path

Searched refs:function_body (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/tests/bin/sh/
H A Dt_exit.sh47 function_body() { function
/netbsd-src/bin/ksh/
H A Dsyn.c35 static struct op *function_body ARGS((char *name, int ksh_func));
280 t = function_body(XPptrv(args)[0], false);
392 t = function_body(yylval.cp, true);
541 function_body(name, ksh_func) in function_body() function
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dexcept.cc1332 const bool function_body = b->kind == sk_function_parms; in maybe_splice_retval_cleanup() local
1334 if (function_body || is_try) in maybe_splice_retval_cleanup()
1340 if (function_body) in maybe_splice_retval_cleanup()
1364 if (!function_body) in maybe_splice_retval_cleanup()
H A Ddecl2.cc6071 vtv_finish_verification_constructor_init_function (tree function_body) in vtv_finish_verification_constructor_init_function() argument
6075 finish_compound_stmt (function_body); in vtv_finish_verification_constructor_init_function()
H A DChangeLog-2001122 * parse.y (function_body, .begin_function_body): New nonterminals.
123 (fndef, pending_inline, function_try_block): Use function_body.
H A DChangeLog-2002570 * parse.y (function_body): Go back to using compstmt.
4154 * parse.y (function_body): Suppress the block for the outermost
H A DChangeLog-20114299 * parser.c (cp_parser_compound_statement): Add function_body parm.
H A Dparser.cc12784 int bcs_flags, bool function_body) in cp_parser_compound_statement() argument
12793 && !function_body && cxx_dialect < cxx14) in cp_parser_compound_statement()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/UpdateTestChecks/
H A Dcommon.py259 class function_body(object): class
398 self._func_dict[prefix][func] = function_body(
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c464 BOOL_BITFIELD function_body : 1; member
952 if (scope->function_body) in objc_mark_locals_volatile()
1030 current_scope->function_body = true; in push_scope()
1167 bool functionbody = scope->function_body; in pop_scope()
1201 if (scope->function_body) in pop_scope()
1384 if ((scope->function_body || scope == file_scope) && context) in pop_scope()
1402 if (scope->function_body) in pop_scope()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc473 BOOL_BITFIELD function_body : 1; member
961 if (scope->function_body) in objc_mark_locals_volatile()
1039 current_scope->function_body = true; in push_scope()
1176 bool functionbody = scope->function_body; in pop_scope()
1210 if (scope->function_body) in pop_scope()
1396 if ((scope->function_body || scope == file_scope) && context) in pop_scope()
1414 if (scope->function_body) in pop_scope()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl2.c5713 vtv_finish_verification_constructor_init_function (tree function_body) in vtv_finish_verification_constructor_init_function() argument
5717 finish_compound_stmt (function_body); in vtv_finish_verification_constructor_init_function()
H A Dparser.c11791 int bcs_flags, bool function_body) in cp_parser_compound_statement() argument
11800 && !function_body && cxx_dialect < cxx14) in cp_parser_compound_statement()
11811 if (function_body) in cp_parser_compound_statement()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dlto.texi235 @item Function bodies (@code{.gnu.lto_.function_body.<name>})
H A Dgccint.info44578 * Function bodies ('.gnu.lto_.function_body.<name>')
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dlto.texi234 @item Function bodies (@code{.gnu.lto_.function_body.<name>})
H A Dgccint.info46200 * Function bodies ('.gnu.lto_.function_body.<name>')
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20038781 * c-decl.c (poplevel): Eliminate use of |= in function_body assignment.
13142 Add outer_function field. Change parm_flag, function_body,
27133 function_body; remove this_block, tag_transparent, and