
Go to the source code of this file.
| enum attr_obj_values |
| enum dir_obj_values |
| enum name_obj_values |
| enum other_obj_values |
| long attr_msg_num[Obj_Done][Attr_Done] |
char* attr_str[Attr_Done] [static] |
Initial value:
{
"CHARACTER*(*)",
"DIMENSION",
"explicit-shape DIMENSION",
"assumed-size DIMENSION",
"deferred-shape DIMENSION",
"assumed-shape DIMENSION",
"ALLOCATABLE",
"PARAMETER",
"INTENT",
"OPTIONAL",
"PRIVATE",
"PUBLIC",
"TARGET",
"EQUIVALENCE",
"SAVE",
"POINTER",
"EXTERNAL",
"INTRINSIC",
"DATA initialized",
"type-spec",
"co-array DIMENSION",
"AUTOMATIC",
"VOLATILE",
}
Definition at line 152 of file nameres.h.
Referenced by fnd_semantic_err(), and issue_attr_err().
| long dir_msg_num[Obj_Done][Dir_Done] |
char* dir_str[Dir_Done] [static] |
Initial value:
{
"AUXILIARY",
"VFUNCTION",
"NO SIDE EFFECTS",
"INLINE",
"SYMMETRIC",
"COPY_ASSUMED_SHAPE",
"ALIGN_SYMBOL",
"FILL_SYMBOL",
"SECTION_GP",
"SECTION_NON_GP",
"IGNORE_TKR",
"OPTIONAL",
"IPA",
"NAME",
}
Definition at line 183 of file nameres.h.
Referenced by fnd_semantic_err().
| long name_msg_num[Obj_Done][Name_Done] |
char* name_str[Name_Done] [static] |
Initial value:
{
"variable", "common-block-object",
"Cray pointer", "Cray pointee",
"Cray character pointee","result-name",
"dummy-argument", "module-subprogram",
"type-name", "generic-name",
"namelist-group-name", "namelist-group-object",
"statement function", "construct-name",
"intrinsic function", "intrinsic subroutine",
"module", "block-data",
"program-name", "function",
"function", "subroutine",
"internal function", "internal subroutine" }
Definition at line 202 of file nameres.h.
Referenced by fnd_semantic_err(), LABEL::Print(), PREG::Print(), and ST::Print().
| long obj_to_attr[Obj_Done] |
| long obj_to_dir[Obj_Done] |
| long obj_to_name[Obj_Done] |
| long obj_to_other[Obj_Done] |
| long other_msg_num[Obj_Done][Other_Done] |
1.5.6