Home
last modified time | relevance | path

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

/openbsd-src/bin/ksh/
H A Dsyn.c30 static struct op *function_body(char *, int);
262 t = function_body(XPptrv(args)[0], false); in get_command()
383 t = function_body(yylval.cp, true); in get_command()
531 function_body(char *name, in function_body() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp137 Stmt *function_body = function_decl->getBody(); in SynthesizeFunctionResult() local
138 CompoundStmt *compound_stmt = dyn_cast<CompoundStmt>(function_body); in SynthesizeFunctionResult()
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Ddecl.c1773 tree function_body = DECL_FUNCTION_BODY (fndecl); local
1774 tree body = BLOCK_EXPR_BODY (function_body);
1779 BLOCK_EXPR_BODY (function_body) = lock;
H A Djcf-write.c3012 tree function_body = DECL_FUNCTION_BODY (part); local
3013 tree body = function_body == NULL_TREE ? NULL_TREE
3014 : BLOCK_EXPR_BODY (function_body);
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dparse.y802 function_body:
814 fn.def1 maybe_return_init function_body
2272 PRE_PARSED_FUNCTION_DECL maybe_return_init function_body
3565 function_body
H A DChangeLog5557 * parse.y (function_body): Suppress the block for the outermost
6099 * parse.y (function_body, .begin_function_body): New nonterminals.
6100 (fndef, pending_inline, function_try_block): Use function_body.
/openbsd-src/gnu/gcc/gcc/
H A Dc-decl.c347 BOOL_BITFIELD function_body : 1; member
602 if (scope->function_body) in objc_mark_locals_volatile()
645 current_scope->function_body = true; in push_scope()
703 bool functionbody = scope->function_body; in pop_scope()
737 if (scope->function_body) in pop_scope()
873 if ((scope->function_body || scope == file_scope) && context) in pop_scope()
891 if (scope->function_body) in pop_scope()
H A Dtree-scalar-evolution.c1022 struct loop *function_body = loops->parray[0]; in select_loops_exit_conditions() local
1024 get_exit_conditions_rec (function_body->inner, exit_conditions); in select_loops_exit_conditions()
/openbsd-src/gnu/llvm/llvm/utils/UpdateTestChecks/
H A Dcommon.py444 class function_body(object): class
609 self._func_dict[prefix][func] = function_body(
/openbsd-src/gnu/gcc/gcc/cp/
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