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

  /src/external/gpl3/gcc/dist/gcc/fortran/
frontend-passes.cc 3475 gfc_code *deallocate, *allocate1, *allocate_else; local
3583 allocate_else = XCNEW (gfc_code);
3584 allocate_else->op = EXEC_ALLOCATE;
3585 allocate_else->ext.alloc.list = gfc_get_alloc ();
3586 allocate_else->loc = c->where;
3587 allocate_else->ext.alloc.list->expr = alloc_expr;
3614 else_alloc->next = allocate_else;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
frontend-passes.cc 3460 gfc_code *deallocate, *allocate1, *allocate_else; local
3568 allocate_else = XCNEW (gfc_code);
3569 allocate_else->op = EXEC_ALLOCATE;
3570 allocate_else->ext.alloc.list = gfc_get_alloc ();
3571 allocate_else->loc = c->where;
3572 allocate_else->ext.alloc.list->expr = alloc_expr;
3599 else_alloc->next = allocate_else;

Completed in 39 milliseconds