HomeSort by: relevance | last modified time | path
    Searched defs:this_capture (Results 1 - 4 of 4) 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
  /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

Completed in 34 milliseconds