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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-types.cc 3691 a_struct_type, u_union_type, tmp, *chain;
3755 a_struct_type = make_node (RECORD_TYPE);
3756 tmp = gfc_add_field_to_struct_1 (a_struct_type, get_identifier ("mode"),
3763 tmp = gfc_add_field_to_struct_1 (a_struct_type,
3767 tmp = gfc_add_field_to_struct_1 (a_struct_type, get_identifier ("dim"),
3770 gfc_finish_type (a_struct_type);
3778 a_struct_type, &chain);
3677 a_struct_type, u_union_type, tmp, *chain; local
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-types.cc 3664 a_struct_type, u_union_type, tmp, *chain;
3728 a_struct_type = make_node (RECORD_TYPE);
3729 tmp = gfc_add_field_to_struct_1 (a_struct_type, get_identifier ("mode"),
3736 tmp = gfc_add_field_to_struct_1 (a_struct_type,
3740 tmp = gfc_add_field_to_struct_1 (a_struct_type, get_identifier ("dim"),
3743 gfc_finish_type (a_struct_type);
3751 a_struct_type, &chain);
3650 a_struct_type, u_union_type, tmp, *chain; local

Completed in 22 milliseconds