Home
last modified time | relevance | path

Searched refs:current_lambda_expr (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dexpr.c124 tree l = current_lambda_expr (); in mark_use()
178 tree l = current_lambda_expr (); in mark_use()
H A Dlambda.c880 current_lambda_expr (void) in current_lambda_expr() function
1533 tree lam = current_lambda_expr (); in prune_lambda_captures()
H A Dname-lookup.c2660 if (current_lambda_expr () in check_local_shadow()
2661 && DECL_CONTEXT (old) == lambda_function (current_lambda_expr ()) in check_local_shadow()
7656 if (!current_lambda_expr()) in maybe_save_operator_binding()
H A Dcp-tree.h7363 extern tree current_lambda_expr (void);
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dexpr.cc124 tree l = current_lambda_expr (); in mark_use()
176 tree l = current_lambda_expr (); in mark_use()
H A Dlambda.cc879 current_lambda_expr (void) in current_lambda_expr() function
1555 tree lam = current_lambda_expr (); in prune_lambda_captures()
H A Dname-lookup.cc3129 if (current_lambda_expr () in check_local_shadow()
3130 && DECL_CONTEXT (old) == lambda_function (current_lambda_expr ()) in check_local_shadow()
H A Dcp-tree.h7753 extern tree current_lambda_expr (void);
H A DChangeLog-20184241 (current_lambda_expr, var_to_maybe_prune, mark_const_cap_r)
H A Dparser.cc21158 if (current_lambda_expr ()) in cp_parser_enumerator_definition()
26651 if (current_lambda_expr () in cp_parser_class_head()
H A Dpt.cc4335 tree lam = current_lambda_expr (); in check_for_bare_parameter_packs()