Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A 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()
H A Dlambda.cc1302 ++function_depth; in maybe_add_lambda_conv_op()
1347 --function_depth; in maybe_add_lambda_conv_op()
H A 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()
H A Dmethod.cc3245 function_depth++; in defaulted_late_check()
3247 function_depth--; in defaulted_late_check()
H A 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()
H A 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()
H A 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()
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 Dclass.cc8542 ++function_depth; in resolve_address_of_overloaded_function()
8544 --function_depth; in resolve_address_of_overloaded_function()
H A Ddecl.cc235 int function_depth; variable
17392 ++function_depth; in start_preparsed_function()
18151 --function_depth; in finish_function()
H A DChangeLog-20112332 function_depth around template instantiation.
2333 * parser.c (cp_parser_lambda_body): Set function_depth.
H A DChangeLog-20062090 * pt.c (tsubst_default_argument): Increment function_depth around
H A DChangeLog-20002016 * cp-tree.h (function_depth): Declare.
2019 * decl.c (function_depth): Give it external linkage.
H A Dcp-tree.h5625 extern int function_depth;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl2.c5370 ++function_depth; in maybe_instantiate_decl()
5373 --function_depth; in maybe_instantiate_decl()
5670 ++function_depth; in mark_used()
5672 --function_depth; in mark_used()
5691 ++function_depth; in mark_used()
5694 --function_depth; in mark_used()
H A Dlambda.c1294 ++function_depth; in maybe_add_lambda_conv_op()
1339 --function_depth; in maybe_add_lambda_conv_op()
H A Dmethod.c2940 function_depth++; in defaulted_late_check()
2942 function_depth--; in defaulted_late_check()
H A Dconstexpr.c2392 ++function_depth; in cxx_eval_call_expression()
2394 --function_depth; in cxx_eval_call_expression()
6807 ++function_depth; in instantiate_cx_fn_r()
6809 --function_depth; in instantiate_cx_fn_r()
H A Dsemantics.c4417 if (!function_depth) in expand_or_defer_fn_1()
4491 function_depth++; in expand_or_defer_fn()
4494 cgraph_node::finalize_function (fn, function_depth > 1); in expand_or_defer_fn()
4497 function_depth--; in expand_or_defer_fn()
H A Dpt.c13580 ++function_depth; in tsubst_default_argument()
13584 --function_depth; in tsubst_default_argument()
19259 ++function_depth; in tsubst_lambda_expr()
19306 --function_depth; in tsubst_lambda_expr()
22385 ++function_depth; in resolve_overloaded_unification()
22387 --function_depth; in resolve_overloaded_unification()
25484 ++function_depth; in maybe_instantiate_noexcept()
25486 --function_depth; in maybe_instantiate_noexcept()
H A Dclass.c8426 ++function_depth; in resolve_address_of_overloaded_function()
8428 --function_depth; in resolve_address_of_overloaded_function()
H A Ddecl.c226 int function_depth; variable
16553 ++function_depth; in start_preparsed_function()
17320 --function_depth; in finish_function()
H A Dcp-tree.h5388 extern int function_depth;
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcp1plugin.cc281 ++function_depth; in push_fake_function()
301 --function_depth; in pop_scope()
/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dlibcp1plugin.cc126 ++function_depth; in push_fake_function()
146 --function_depth; in pop_scope()

12