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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-types.cc 1869 tree fat_type, decl, arraytype, *chain = NULL;
1890 fat_type = make_node (RECORD_TYPE);
1893 TYPE_NAME (fat_type) = get_identifier (name);
1894 TYPE_NAMELESS (fat_type) = 1;
1897 gfc_add_field_to_struct_1 (fat_type,
1904 decl = gfc_add_field_to_struct_1 (fat_type,
1910 decl = gfc_add_field_to_struct_1 (fat_type,
1916 decl = gfc_add_field_to_struct_1 (fat_type,
1930 decl = gfc_add_field_to_struct_1 (fat_type, get_identifier ("dim"),
1937 decl = gfc_add_field_to_struct_1 (fat_type,
1862 tree fat_type, decl, arraytype, *chain = NULL; local
1957 tree fat_type, base_type, arraytype, lower, upper, stride, tmp, rtype; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-types.cc 1851 tree fat_type, decl, arraytype, *chain = NULL;
1872 fat_type = make_node (RECORD_TYPE);
1875 TYPE_NAME (fat_type) = get_identifier (name);
1876 TYPE_NAMELESS (fat_type) = 1;
1879 gfc_add_field_to_struct_1 (fat_type,
1886 decl = gfc_add_field_to_struct_1 (fat_type,
1892 decl = gfc_add_field_to_struct_1 (fat_type,
1898 decl = gfc_add_field_to_struct_1 (fat_type,
1912 decl = gfc_add_field_to_struct_1 (fat_type, get_identifier ("dim"),
1919 decl = gfc_add_field_to_struct_1 (fat_type,
1844 tree fat_type, decl, arraytype, *chain = NULL; local
1939 tree fat_type, base_type, arraytype, lower, upper, stride, tmp, rtype; local
    [all...]

Completed in 51 milliseconds