Home
last modified time | relevance | path

Searched refs:LAMBDA_FUNCTION_P (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dlambda.cc282 && LAMBDA_FUNCTION_P (DECL_CONTEXT (decl))); in is_capture_proxy()
351 if (!current_function_decl || !LAMBDA_FUNCTION_P (current_function_decl)) in insert_pending_capture_proxies()
815 if (!LAMBDA_FUNCTION_P (containing_function)) in lambda_expr_this_capture()
967 while (fn && LAMBDA_FUNCTION_P (fn)) in current_nonlambda_function()
998 if (!LAMBDA_FUNCTION_P (fn)) in nonlambda_method_basetype()
1014 && LAMBDA_FUNCTION_P (scope)) in current_nonlambda_scope()
1050 return (LAMBDA_FUNCTION_P (callop) in generic_lambda_fn_p()
1388 if (LAMBDA_FUNCTION_P (OVL_FIRST (fns))) in is_lambda_ignored_entity()
Ddecl2.cc681 gcc_assert (!current_function_decl || LAMBDA_FUNCTION_P (decl)); in check_member_template()
5776 if (LAMBDA_FUNCTION_P (decl) in decl_dependent_p()
Derror.cc1724 if (DECL_NAME (t) && LAMBDA_FUNCTION_P (t)) in dump_function_decl()
3628 else if (LAMBDA_FUNCTION_P (fn)) in function_category()
Dpt.cc5565 && LAMBDA_FUNCTION_P (decl))) in check_default_tmpl_args()
14181 && !LAMBDA_FUNCTION_P (t)) in tsubst_function_decl()
14196 if (LAMBDA_FUNCTION_P (t) && !lambda_fntype in tsubst_function_decl()
14637 if (!fn || !LAMBDA_FUNCTION_P (fn)) in lambda_fn_in_template_p()
14649 if (!fn || !LAMBDA_FUNCTION_P (fn)) in regenerated_lambda_fn_p()
14673 if (LAMBDA_FUNCTION_P (t)) in lambda_regenerating_args()
14694 gcc_assert (!DECL_ARTIFICIAL (tctx) || LAMBDA_FUNCTION_P (tctx)); in enclosing_instantiation_of()
17088 gcc_checking_assert (LAMBDA_FUNCTION_P (current_function_decl)); in tsubst_copy()
30482 && LAMBDA_FUNCTION_P (current_function_decl)) in do_auto_deduction()
30515 if (DECL_TEMPLATE_INFO (fn) || LAMBDA_FUNCTION_P (fn)) in do_auto_deduction()
[all …]
Dsemantics.cc3884 if (containing_function && LAMBDA_FUNCTION_P (containing_function)) in process_outer_var_ref()
3910 && LAMBDA_FUNCTION_P (containing_function)) in process_outer_var_ref()
11458 && LAMBDA_FUNCTION_P (current_function_decl)) in finish_decltype_type()
Dcp-tree.h726 || LAMBDA_FUNCTION_P (NODE))
1438 #define LAMBDA_FUNCTION_P(FNDECL) \ macro
Dcoroutines.cc3818 bool lambda_p = LAMBDA_FUNCTION_P (orig); in analyze_fn_parms()
DChangeLog-2017926 (LAMBDA_FUNCTION_P): Use DECL_OVERLOADED_OPERATOR_IS.
1823 * cp-tree.h (LAMBDA_FUNCTION_P): Check DECL_DECLARES_FUNCTION_P.
Dname-lookup.cc8464 && !LAMBDA_FUNCTION_P (d) in maybe_push_to_top_level()
DChangeLog-20091152 * cp-tree.h (LAMBDA_TYPE_P, LAMBDA_FUNCTION_P): New.
DChangeLog-20141137 * pt.c (check_default_tmpl_args): Check LAMBDA_FUNCTION_P.
Dconstexpr.cc5518 || (cxx_dialect >= cxx17 && LAMBDA_FUNCTION_P (t)) in maybe_constexpr_fn()
Dtypeck.cc10553 if (LAMBDA_FUNCTION_P (current_function_decl)) in check_return_expr()
DChangeLog-20214596 LAMBDA_FUNCTION_P, use OVL_FIRST. Drop FUNCTION_DECL check.