| /netbsd-src/tests/bin/sh/ |
| H A D | t_exit.sh | 47 function_body() { function
|
| /netbsd-src/bin/ksh/ |
| H A D | syn.c | 35 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 D | except.cc | 1332 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 D | decl2.cc | 6071 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 D | ChangeLog-2001 | 122 * parse.y (function_body, .begin_function_body): New nonterminals. 123 (fndef, pending_inline, function_try_block): Use function_body.
|
| H A D | ChangeLog-2002 | 570 * parse.y (function_body): Go back to using compstmt. 4154 * parse.y (function_body): Suppress the block for the outermost
|
| H A D | ChangeLog-2011 | 4299 * parser.c (cp_parser_compound_statement): Add function_body parm.
|
| H A D | parser.cc | 12784 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 D | common.py | 259 class function_body(object): class 398 self._func_dict[prefix][func] = function_body(
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-decl.c | 464 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 D | c-decl.cc | 473 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 D | decl2.c | 5713 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 D | parser.c | 11791 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 D | lto.texi | 235 @item Function bodies (@code{.gnu.lto_.function_body.<name>})
|
| H A D | gccint.info | 44578 * Function bodies ('.gnu.lto_.function_body.<name>')
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | lto.texi | 234 @item Function bodies (@code{.gnu.lto_.function_body.<name>})
|
| H A D | gccint.info | 46200 * Function bodies ('.gnu.lto_.function_body.<name>')
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2003 | 8781 * 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
|