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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-expr.cc 5344 stmtblock_t else_block; local
5360 stmtblock_t if_block, else_block; local
5411 gfc_init_block (&else_block);
5412 gfc_add_block_to_block (&else_block, &parmse->pre);
5416 gfc_add_modify (&else_block, pointer, tmp);
5417 else_stmt = gfc_finish_block (&else_block);
5442 gfc_init_block (&else_block);
5444 gfc_conv_descriptor_data_set (&else_block, pointer,
5447 gfc_add_modify (&else_block, pointer, build_int_cst (type, 0));
5448 else_stmt = gfc_finish_block (&else_block);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-expr.cc 5235 stmtblock_t else_block; local
5251 stmtblock_t if_block, else_block; local
5302 gfc_init_block (&else_block);
5303 gfc_add_block_to_block (&else_block, &parmse->pre);
5307 gfc_add_modify (&else_block, pointer, tmp);
5308 else_stmt = gfc_finish_block (&else_block);
5333 gfc_init_block (&else_block);
5335 gfc_conv_descriptor_data_set (&else_block, pointer,
5338 gfc_add_modify (&else_block, pointer, build_int_cst (type, 0));
5339 else_stmt = gfc_finish_block (&else_block);
    [all...]

Completed in 33 milliseconds