Home
last modified time | relevance | path

Searched refs:function_depth (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Dsemantics.c3250 gcc_assert (function_depth == 0); in expand_body()
3292 if (!function_depth) in expand_or_defer_fn()
3373 function_depth++; in expand_or_defer_fn()
3376 cgraph_finalize_function (fn, function_depth > 1); in expand_or_defer_fn()
3378 function_depth--; in expand_or_defer_fn()
H A Ddecl.c230 int function_depth; variable
11371 ++function_depth; in start_preparsed_function()
11829 nested = function_depth > 1; in finish_function()
12010 --function_depth; in finish_function()
H A DChangeLog-20031347 * semantics.c (expand_or_defer_fn): Inc/dec function_depth.
1526 * optimize.c (maybe_clone_body): Inc/dec function_depth.
1534 * pt.c (instantiate_decl): Inc/dec function_depth instead.
1778 * optimize.c (optimize_function): Don't inc/dec function_depth.
H A Dcp-tree.h3305 extern int function_depth;
H A Dpt.c6371 ++function_depth; in tsubst_default_argument()
6375 --function_depth; in tsubst_default_argument()
H A Dparser.c13161 ++function_depth; in cp_parser_parameter_declaration()
13170 --function_depth; in cp_parser_parameter_declaration()
H A DChangeLog-20002016 * cp-tree.h (function_depth): Declare.
2019 * decl.c (function_depth): Give it external linkage.
H A DChangeLog-19961660 * decl.c (finish_function): If function_depth > 1, set nested.
H A DChangeLog-20046652 * pt.c (instantiate_decl): Do not increase function_depth.
H A DChangeLog2179 * pt.c (tsubst_default_argument): Increment function_depth around