Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/netbsd-tests/bin/sh/
H A Dt_exit.sh47 function_body() { function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp136 Stmt *function_body = function_decl->getBody(); in SynthesizeFunctionResult() local
137 CompoundStmt *compound_stmt = dyn_cast<CompoundStmt>(function_body); in SynthesizeFunctionResult()
/freebsd-12.1/contrib/gcc/
H A Dc-decl.c350 BOOL_BITFIELD function_body : 1; member
612 if (scope->function_body) in objc_mark_locals_volatile()
655 current_scope->function_body = true; in push_scope()
713 bool functionbody = scope->function_body; in pop_scope()
747 if (scope->function_body) in pop_scope()
894 if ((scope->function_body || scope == file_scope) && context) in pop_scope()
912 if (scope->function_body) in pop_scope()
7824 while (scope && !scope->function_body) in build_block_byref_decl()
7827 gcc_assert (scope && scope->function_body); in build_block_byref_decl()
7928 while (scope && !scope->function_body) in build_block_ref_decl()
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()
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
/freebsd-12.1/contrib/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