Searched refs:function_depth (Results 1 – 10 of 10) sorted by relevance
3250 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()
230 int function_depth; variable11371 ++function_depth; in start_preparsed_function()11829 nested = function_depth > 1; in finish_function()12010 --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.
3305 extern int function_depth;
6371 ++function_depth; in tsubst_default_argument()6375 --function_depth; in tsubst_default_argument()
13161 ++function_depth; in cp_parser_parameter_declaration()13170 --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.
2179 * pt.c (tsubst_default_argument): Increment function_depth around