Home
last modified time | relevance | path

Searched refs:lambda_expr_this_capture (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dlambda.c749 lambda_expr_this_capture (tree lambda, int add_capture_p) in lambda_expr_this_capture() function
922 if (tree cap = lambda_expr_this_capture (lam, add_capture_p)) in maybe_resolve_dummy()
956 lambda_expr_this_capture (lam, /*maybe*/-1); in maybe_generic_this_capture()
H A Dcp-tree.h7357 extern tree lambda_expr_this_capture (tree, int);
H A Dsemantics.c2747 result = lambda_expr_this_capture (CLASSTYPE_LAMBDA_EXPR (type), true); in finish_this_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dlambda.cc748 lambda_expr_this_capture (tree lambda, int add_capture_p) in lambda_expr_this_capture() function
921 if (tree cap = lambda_expr_this_capture (lam, add_capture_p)) in maybe_resolve_dummy()
955 lambda_expr_this_capture (lam, /*maybe*/-1); in maybe_generic_this_capture()
H A DChangeLog-2013796 * lambda.c (lambda_expr_this_capture): Handle NSDMIs in the
2017 (lambda_expr_this_capture), (maybe_resolve_dummy),
3589 * semantics.c (lambda_expr_this_capture): Don't capture 'this' in
3851 * semantics.c (lambda_expr_this_capture): In unevaluated context,
3889 * semantics.c (lambda_expr_this_capture): Handle NSDMI
H A DChangeLog-2009947 * semantics.c (lambda_expr_this_capture): Use thisify_lambda_field.
1136 * semantics.c (lambda_expr_this_capture): Fix default capture
1188 (lambda_expr_this_capture): New.
H A DChangeLog-20141131 * lambda.c (maybe_resolve_dummy, lambda_expr_this_capture): Handle
2612 * lambda.c (lambda_expr_this_capture): Add new parameter
H A DChangeLog-20183040 * lambda.c (lambda_expr_this_capture): Improve logic.
4309 * lambda.c (lambda_expr_this_capture): Handle local class NSDMI
4541 * lambda.c (lambda_expr_this_capture): Don't look for fake NSDMI
H A Dtree.cc4356 if (tree cap = lambda_expr_this_capture (lambda, false)) in maybe_dummy_object()
H A DChangeLog-20111332 (add_default_capture, lambda_expr_this_capture): Likewise.
2753 (finish_id_expression, lambda_expr_this_capture): Adjust.
H A DChangeLog1678 * lambda.cc (lambda_expr_this_capture): Check all enclosing
H A Dcp-tree.h7747 extern tree lambda_expr_this_capture (tree, int);
H A DChangeLog-20153516 * lambda.c (lambda_expr_this_capture): In unevaluated context go
H A DChangeLog-20103298 (lambda_expr_this_capture): Likewise.
H A Dsemantics.cc3000 result = lambda_expr_this_capture (CLASSTYPE_LAMBDA_EXPR (type), true); in finish_this_expr()
H A DChangeLog-20194942 * lambda.c (lambda_expr_this_capture): Change add_capture_p to int.