HomeSort by: relevance | last modified time | path
    Searched refs:this_capture (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
lambda.cc 779 tree this_capture = LAMBDA_EXPR_THIS_CAPTURE (lambda); local
786 if (!this_capture)
866 this_capture = add_default_capture (lambda_stack,
870 this_capture = init;
875 result = this_capture;
876 else if (!this_capture)
892 result = this_capture;
cp-tree.h 1496 (((struct tree_lambda_expr *)LAMBDA_EXPR_CHECK (NODE))->this_capture)
1557 tree this_capture;
1554 tree this_capture; variable
module.cc 6401 WT (((lang_tree_node *)t)->lambda_expression.this_capture);
6938 RT (((lang_tree_node *)t)->lambda_expression.this_capture);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
lambda.cc 752 tree this_capture = LAMBDA_EXPR_THIS_CAPTURE (lambda); local
759 if (!this_capture)
838 this_capture = add_default_capture (lambda_stack,
842 this_capture = init;
847 result = this_capture;
848 else if (!this_capture)
864 result = this_capture;
cp-tree.h 1470 (((struct tree_lambda_expr *)LAMBDA_EXPR_CHECK (NODE))->this_capture)
1523 tree this_capture;
1520 tree this_capture; variable
module.cc 6185 WT (((lang_tree_node *)t)->lambda_expression.this_capture);
6674 RT (((lang_tree_node *)t)->lambda_expression.this_capture);

Completed in 54 milliseconds