HomeSort by: relevance | last modified time | path
    Searched defs:v_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,
3725 v_struct_type = make_node (RECORD_TYPE);
3726 tmp = gfc_add_field_to_struct_1 (v_struct_type,
3730 tmp = gfc_add_field_to_struct_1 (v_struct_type,
3734 tmp = gfc_add_field_to_struct_1 (v_struct_type,
3738 gfc_finish_type (v_struct_type);
3746 v_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,
3698 v_struct_type = make_node (RECORD_TYPE);
3699 tmp = gfc_add_field_to_struct_1 (v_struct_type,
3703 tmp = gfc_add_field_to_struct_1 (v_struct_type,
3707 tmp = gfc_add_field_to_struct_1 (v_struct_type,
3711 gfc_finish_type (v_struct_type);
3719 v_struct_type, &chain);
3649 tree c_struct_type, s_struct_type, v_struct_type, union_type, dim_union_type, local

Completed in 19 milliseconds