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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-types.cc 3690 tree c_struct_type, s_struct_type, v_struct_type, union_type, dim_union_type,
3709 s_struct_type = make_node (RECORD_TYPE);
3710 tmp = gfc_add_field_to_struct_1 (s_struct_type,
3714 tmp = gfc_add_field_to_struct_1 (s_struct_type,
3718 tmp = gfc_add_field_to_struct_1 (s_struct_type,
3722 gfc_finish_type (s_struct_type);
3743 s_struct_type, &chain);
3676 tree c_struct_type, s_struct_type, v_struct_type, union_type, dim_union_type, local
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-types.cc 3663 tree c_struct_type, s_struct_type, v_struct_type, union_type, dim_union_type,
3682 s_struct_type = make_node (RECORD_TYPE);
3683 tmp = gfc_add_field_to_struct_1 (s_struct_type,
3687 tmp = gfc_add_field_to_struct_1 (s_struct_type,
3691 tmp = gfc_add_field_to_struct_1 (s_struct_type,
3695 gfc_finish_type (s_struct_type);
3716 s_struct_type, &chain);
3649 tree c_struct_type, s_struct_type, v_struct_type, union_type, dim_union_type, local

Completed in 18 milliseconds