Searched refs:function_depth (Results 1 – 16 of 16) sorted by relevance
61 ++function_depth;76 --function_depth;
2535 ++function_depth;2601 if (function_depth > 1)2613 if (function_depth > 1)2636 --function_depth;
268 int function_depth; variable14651 ++function_depth;14979 nested = function_depth > 1;15138 --function_depth;
3210 extern int function_depth;
11888 * cp-tree.h (function_depth): Declare.11891 * decl.c (function_depth): Give it external linkage.
17938 * decl.c (finish_function): If function_depth > 1, set nested.
3089 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()
229 int function_depth; variable10817 ++function_depth; in start_preparsed_function()11193 nested = function_depth > 1; in finish_function()11369 --function_depth; in finish_function()
1347 * 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.
3265 extern int function_depth;
6362 ++function_depth; in tsubst_default_argument()6366 --function_depth; in tsubst_default_argument()
12654 ++function_depth; in cp_parser_parameter_declaration()12663 --function_depth; in cp_parser_parameter_declaration()
2016 * cp-tree.h (function_depth): Declare.2019 * decl.c (function_depth): Give it external linkage.
1660 * decl.c (finish_function): If function_depth > 1, set nested.
6652 * pt.c (instantiate_decl): Do not increase function_depth.
2110 * pt.c (tsubst_default_argument): Increment function_depth around