HomeSort by: relevance | last modified time | path
    Searched defs:lambda_scope (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
lambda.cc 1494 static GTY(()) lambda_discriminator lambda_scope; variable
1506 lambda_scope.nesting++;
1509 vec_safe_push (lambda_scope_stack, lambda_scope);
1510 lambda_scope.scope = decl;
1511 lambda_scope.nesting = 0;
1512 lambda_scope.count = 0;
1513 lambda_scope.discriminators = nullptr;
1522 if (!lambda_scope.nesting--)
1524 lambda_scope = lambda_scope_stack->last ();
1534 LAMBDA_EXPR_EXTRA_SCOPE (lambda) = lambda_scope.scope
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
lambda.cc 1394 static GTY(()) tree lambda_scope; variable
1412 ti.t = lambda_scope;
1415 if (lambda_scope != decl)
1418 lambda_scope = decl;
1426 LAMBDA_EXPR_EXTRA_SCOPE (lambda) = lambda_scope;
1428 if (lambda_scope)
1432 maybe_attach_decl (lambda_scope, TYPE_NAME (closure));
1458 if (lambda_scope != p->t)
1460 lambda_scope = p->t;

Completed in 57 milliseconds