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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-expr.cc 11307 stmtblock_t shape_block; local
11338 The evaluation of the shape is done in 'shape_block' to avoid
11341 gfc_start_block (&shape_block);
11358 tmp = gfc_evaluate_now (tmp, &shape_block);
11371 gfc_add_modify (&shape_block, zero_cond, tmp);
11372 tmp = gfc_finish_block (&shape_block);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-expr.cc 10751 stmtblock_t shape_block; local
10782 The evaluation of the shape is done in 'shape_block' to avoid
10785 gfc_start_block (&shape_block);
10802 tmp = gfc_evaluate_now (tmp, &shape_block);
10815 gfc_add_modify (&shape_block, zero_cond, tmp);
10816 tmp = gfc_finish_block (&shape_block);

Completed in 37 milliseconds