Home
last modified time | relevance | path

Searched refs:duplicate_attr (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dsymbol.cc979 duplicate_attr (const char *attr, locus *where) in duplicate_attr() function
1020 duplicate_attr ("ALLOCATABLE", where); in gfc_add_allocatable()
1061 duplicate_attr ("CODIMENSION", where); in gfc_add_codimension()
1087 duplicate_attr ("DIMENSION", where); in gfc_add_dimension()
1113 duplicate_attr ("CONTIGUOUS", where); in gfc_add_contiguous()
1131 duplicate_attr ("EXTERNAL", where); in gfc_add_external()
1156 duplicate_attr ("INTRINSIC", where); in gfc_add_intrinsic()
1175 duplicate_attr ("OPTIONAL", where); in gfc_add_optional()
1188 duplicate_attr ("KIND", where); in gfc_add_kind()
1201 duplicate_attr ("LEN", where); in gfc_add_len()
[all …]
H A DChangeLog-20042106 duplicate_attr, add_flavor, gfc_add_procedure, gfc_add_intent,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsymbol.c978 duplicate_attr (const char *attr, locus *where) in duplicate_attr() function
1019 duplicate_attr ("ALLOCATABLE", where); in gfc_add_allocatable()
1060 duplicate_attr ("CODIMENSION", where); in gfc_add_codimension()
1086 duplicate_attr ("DIMENSION", where); in gfc_add_dimension()
1124 duplicate_attr ("EXTERNAL", where); in gfc_add_external()
1149 duplicate_attr ("INTRINSIC", where); in gfc_add_intrinsic()
1168 duplicate_attr ("OPTIONAL", where); in gfc_add_optional()
1181 duplicate_attr ("KIND", where); in gfc_add_kind()
1194 duplicate_attr ("LEN", where); in gfc_add_len()
1214 duplicate_attr ("POINTER", where); in gfc_add_pointer()
[all …]