/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | decl2.cc | 5647 ++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 D | lambda.cc | 1302 ++function_depth; in maybe_add_lambda_conv_op() 1347 --function_depth; in maybe_add_lambda_conv_op()
|
H A D | module.cc | 17180 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 D | method.cc | 3245 function_depth++; in defaulted_late_check() 3247 function_depth--; in defaulted_late_check()
|
H A D | constexpr.cc | 2661 ++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 D | semantics.cc | 4744 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 D | pt.cc | 13971 ++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 D | ChangeLog-2003 | 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.
|
H A D | class.cc | 8542 ++function_depth; in resolve_address_of_overloaded_function() 8544 --function_depth; in resolve_address_of_overloaded_function()
|
H A D | decl.cc | 235 int function_depth; variable 17392 ++function_depth; in start_preparsed_function() 18151 --function_depth; in finish_function()
|
H A D | ChangeLog-2011 | 2332 function_depth around template instantiation. 2333 * parser.c (cp_parser_lambda_body): Set function_depth.
|
H A D | ChangeLog-2006 | 2090 * pt.c (tsubst_default_argument): Increment function_depth around
|
H A D | ChangeLog-2000 | 2016 * cp-tree.h (function_depth): Declare. 2019 * decl.c (function_depth): Give it external linkage.
|
H A D | cp-tree.h | 5625 extern int function_depth;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | decl2.c | 5370 ++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 D | lambda.c | 1294 ++function_depth; in maybe_add_lambda_conv_op() 1339 --function_depth; in maybe_add_lambda_conv_op()
|
H A D | method.c | 2940 function_depth++; in defaulted_late_check() 2942 function_depth--; in defaulted_late_check()
|
H A D | constexpr.c | 2392 ++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 D | semantics.c | 4417 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 D | pt.c | 13580 ++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 D | class.c | 8426 ++function_depth; in resolve_address_of_overloaded_function() 8428 --function_depth; in resolve_address_of_overloaded_function()
|
H A D | decl.c | 226 int function_depth; variable 16553 ++function_depth; in start_preparsed_function() 17320 --function_depth; in finish_function()
|
H A D | cp-tree.h | 5388 extern int function_depth;
|
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
H A D | libcp1plugin.cc | 281 ++function_depth; in push_fake_function() 301 --function_depth; in pop_scope()
|
/netbsd-src/external/gpl3/gcc/dist/libcc1/ |
H A D | libcp1plugin.cc | 126 ++function_depth; in push_fake_function() 146 --function_depth; in pop_scope()
|