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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-array.cc 5939 stmtblock_t thenblock; local
6233 gfc_start_block (&thenblock);
6234 gfc_add_modify (&thenblock, var, build_int_cst (size_type_node, 0));
6235 thencase = gfc_finish_block (&thenblock);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-array.cc 5730 stmtblock_t thenblock; local
6019 gfc_start_block (&thenblock);
6020 gfc_add_modify (&thenblock, var, build_int_cst (size_type_node, 0));
6021 thencase = gfc_finish_block (&thenblock);

Completed in 25 milliseconds