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 D | lambda.c | 749 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 D | cp-tree.h | 7357 extern tree lambda_expr_this_capture (tree, int);
|
H A D | semantics.c | 2747 result = lambda_expr_this_capture (CLASSTYPE_LAMBDA_EXPR (type), true); in finish_this_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | lambda.cc | 748 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 D | ChangeLog-2013 | 796 * 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 D | ChangeLog-2009 | 947 * 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 D | ChangeLog-2014 | 1131 * lambda.c (maybe_resolve_dummy, lambda_expr_this_capture): Handle 2612 * lambda.c (lambda_expr_this_capture): Add new parameter
|
H A D | ChangeLog-2018 | 3040 * 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 D | tree.cc | 4356 if (tree cap = lambda_expr_this_capture (lambda, false)) in maybe_dummy_object()
|
H A D | ChangeLog-2011 | 1332 (add_default_capture, lambda_expr_this_capture): Likewise. 2753 (finish_id_expression, lambda_expr_this_capture): Adjust.
|
H A D | ChangeLog | 1678 * lambda.cc (lambda_expr_this_capture): Check all enclosing
|
H A D | cp-tree.h | 7747 extern tree lambda_expr_this_capture (tree, int);
|
H A D | ChangeLog-2015 | 3516 * lambda.c (lambda_expr_this_capture): In unevaluated context go
|
H A D | ChangeLog-2010 | 3298 (lambda_expr_this_capture): Likewise.
|
H A D | semantics.cc | 3000 result = lambda_expr_this_capture (CLASSTYPE_LAMBDA_EXPR (type), true); in finish_this_expr()
|
H A D | ChangeLog-2019 | 4942 * lambda.c (lambda_expr_this_capture): Change add_capture_p to int.
|