Searched refs:this_capture (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.c5804 tree this_capture = LAMBDA_EXPR_THIS_CAPTURE (lambda);
5807 if (!this_capture
5848 this_capture = add_default_capture (lambda_stack,
5853 if (!this_capture)
5863 result = finish_non_static_data_member (this_capture,
5800 tree this_capture = LAMBDA_EXPR_THIS_CAPTURE (lambda); local
H A Dcp-tree.h605 (((struct tree_lambda_expr *)LAMBDA_EXPR_CHECK (NODE))->this_capture)
644 tree this_capture;
643 tree this_capture; variable

Completed in 116 milliseconds