Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dc-decl.c390 BOOL_BITFIELD function_body : 1; member
840 if (scope->function_body) in objc_mark_locals_volatile()
907 current_scope->function_body = true; in push_scope()
1046 bool functionbody = scope->function_body; in pop_scope()
1080 if (scope->function_body) in pop_scope()
1258 if ((scope->function_body || scope == file_scope) && context) in pop_scope()
1276 if (scope->function_body) in pop_scope()
H A Dtree-scalar-evolution.c898 struct loop *function_body = current_loops->tree_root; in select_loops_exit_conditions() local
900 get_exit_conditions_rec (function_body->inner, exit_conditions); in select_loops_exit_conditions()
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-decl.c464 BOOL_BITFIELD function_body : 1; member
942 if (scope->function_body) in objc_mark_locals_volatile()
1009 current_scope->function_body = true; in push_scope()
1146 bool functionbody = scope->function_body; in pop_scope()
1180 if (scope->function_body) in pop_scope()
1363 if ((scope->function_body || scope == file_scope) && context) in pop_scope()
1381 if (scope->function_body) in pop_scope()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Ddecl2.c5411 vtv_finish_verification_constructor_init_function (tree function_body) in vtv_finish_verification_constructor_init_function() argument
5415 finish_compound_stmt (function_body); in vtv_finish_verification_constructor_init_function()
H A Dparser.c11217 int bcs_flags, bool function_body) in cp_parser_compound_statement() argument
11226 && !function_body && cxx_dialect < cxx14) in cp_parser_compound_statement()
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dlto.texi217 @item Function bodies (@code{.gnu.lto_.function_body.<name>})
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dparser.c8940 bool in_try, bool function_body) in cp_parser_compound_statement() argument
8948 && !function_body) in cp_parser_compound_statement()