Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Doptimize.c61 ++function_depth;
76 --function_depth;
H A Dsemantics.c2535 ++function_depth;
2601 if (function_depth > 1)
2613 if (function_depth > 1)
2636 --function_depth;
H A Ddecl.c268 int function_depth; variable
14651 ++function_depth;
14979 nested = function_depth > 1;
15138 --function_depth;
H A Dcp-tree.h3210 extern int function_depth;
H A DChangeLog11888 * cp-tree.h (function_depth): Declare.
11891 * decl.c (function_depth): Give it external linkage.
H A DChangeLog.217938 * decl.c (finish_function): If function_depth > 1, set nested.
/openbsd-src/gnu/gcc/gcc/cp/
H A Dsemantics.c3089 gcc_assert (function_depth == 0); in expand_body()
3131 if (!function_depth) in expand_or_defer_fn()
3207 function_depth++; in expand_or_defer_fn()
3210 cgraph_finalize_function (fn, function_depth > 1); in expand_or_defer_fn()
3212 function_depth--; in expand_or_defer_fn()
H A Ddecl.c229 int function_depth; variable
10817 ++function_depth; in start_preparsed_function()
11193 nested = function_depth > 1; in finish_function()
11369 --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.h3265 extern int function_depth;
H A Dpt.c6362 ++function_depth; in tsubst_default_argument()
6366 --function_depth; in tsubst_default_argument()
H A Dparser.c12654 ++function_depth; in cp_parser_parameter_declaration()
12663 --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 DChangeLog2110 * pt.c (tsubst_default_argument): Increment function_depth around