Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dlambda.c738 lambda_expr_this_capture (tree lambda, bool add_capture_p) in lambda_expr_this_capture() function
905 if (tree cap = lambda_expr_this_capture (lam, add_capture_p)) in maybe_resolve_dummy()
938 lambda_expr_this_capture (lam, true); in maybe_generic_this_capture()
H A Dcp-tree.h7022 extern tree lambda_expr_this_capture (tree, bool);
H A Dsemantics.c2618 result = lambda_expr_this_capture (CLASSTYPE_LAMBDA_EXPR (type), true); in finish_this_expr()
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dtree.c2859 ((lambda_expr_this_capture in maybe_dummy_object()
H A Dsemantics.c2241 result = lambda_expr_this_capture (CLASSTYPE_LAMBDA_EXPR (type)); in finish_this_expr()
9209 lambda_expr_this_capture (tree lambda) in lambda_expr_this_capture() function
H A Dcp-tree.h5642 extern tree lambda_expr_this_capture (tree);