Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Ddecl2.cc5647 ++function_depth; in maybe_instantiate_decl()
5650 --function_depth; in maybe_instantiate_decl()
5863 ++function_depth; in mark_used()
5865 --function_depth; in mark_used()
6028 ++function_depth; in mark_used()
6030 --function_depth; in mark_used()
6049 ++function_depth; in mark_used()
6052 --function_depth; in mark_used()
Dlambda.cc1302 ++function_depth; in maybe_add_lambda_conv_op()
1347 --function_depth; in maybe_add_lambda_conv_op()
Dmodule.cc17180 gcc_checking_assert (function_depth); in post_load_processing()
17998 function_depth++; /* Prevent unexpected GCs. */ in read_language()
18063 function_depth--; in read_language()
18763 gcc_checking_assert (function_depth); in lazy_load()
18789 function_depth++; in lazy_load_binding()
18809 function_depth--; in lazy_load_binding()
18850 function_depth++; /* Prevent GC */ in lazy_load_pendings()
18877 function_depth--; in lazy_load_pendings()
19945 function_depth++; /* Disable GC. */ in finish_module_processing()
19967 function_depth--; in finish_module_processing()
Dmethod.cc3245 function_depth++; in defaulted_late_check()
3247 function_depth--; in defaulted_late_check()
Dconstexpr.cc2661 ++function_depth; in cxx_eval_call_expression()
2665 --function_depth; in cxx_eval_call_expression()
7710 ++function_depth; in instantiate_cx_fn_r()
7712 --function_depth; in instantiate_cx_fn_r()
Dsemantics.cc4744 if (!function_depth) in expand_or_defer_fn_1()
4819 function_depth++; in expand_or_defer_fn()
4822 cgraph_node::finalize_function (fn, function_depth > 1); in expand_or_defer_fn()
4825 function_depth--; in expand_or_defer_fn()
Dpt.cc13971 ++function_depth; in tsubst_default_argument()
13975 --function_depth; in tsubst_default_argument()
19937 ++function_depth; in tsubst_lambda_expr()
19989 --function_depth; in tsubst_lambda_expr()
23266 ++function_depth; in resolve_overloaded_unification()
23268 --function_depth; in resolve_overloaded_unification()
26337 ++function_depth; in maybe_instantiate_noexcept()
26339 --function_depth; in maybe_instantiate_noexcept()
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.
Dclass.cc8542 ++function_depth; in resolve_address_of_overloaded_function()
8544 --function_depth; in resolve_address_of_overloaded_function()
Ddecl.cc235 int function_depth; variable
17392 ++function_depth; in start_preparsed_function()
18151 --function_depth; in finish_function()
DChangeLog-20112332 function_depth around template instantiation.
2333 * parser.c (cp_parser_lambda_body): Set function_depth.
DChangeLog-20062090 * pt.c (tsubst_default_argument): Increment function_depth around
DChangeLog-20002016 * cp-tree.h (function_depth): Declare.
2019 * decl.c (function_depth): Give it external linkage.
Dcp-tree.h5625 extern int function_depth;
DChangeLog-20091538 * decl2.c (mark_used): Increment function_depth during synthesis.
DChangeLog-2010956 * decl.c (finish_function): Don't look at function_depth.
DChangeLog-2015793 * pt.c (instantiate_class_template_1): Set function_depth around
DChangeLog-19961660 * decl.c (finish_function): If function_depth > 1, set nested.
DChangeLog-20213743 * method.c (defaulted_late_check): ++ and -- function_depth around
DChangeLog-20184664 function_depth to avoid GC during finish_lambda_function.
DChangeLog-20046652 * pt.c (instantiate_decl): Do not increase function_depth.
Dparser.cc11774 ++function_depth; in cp_parser_lambda_body()
11804 --function_depth; in cp_parser_lambda_body()