Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddecl.c77 typedef struct enumerator_history struct
81 struct enumerator_history *next; argument
83 enumerator_history; typedef
87 static enumerator_history *enum_history = NULL;
91 static enumerator_history *max_enum = NULL;
1835 enumerator_history *new_enum_history; in create_enum_history()
1838 new_enum_history = XCNEW (enumerator_history); in create_enum_history()
1866 enumerator_history *current = enum_history; in gfc_free_enum_history()
1867 enumerator_history *next; in gfc_free_enum_history()
8213 enumerator_history *current_history = NULL; in set_enum_kind()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Ddecl.cc77 typedef struct enumerator_history struct
81 struct enumerator_history *next; argument
83 enumerator_history; typedef
87 static enumerator_history *enum_history = NULL;
91 static enumerator_history *max_enum = NULL;
1914 enumerator_history *new_enum_history; in create_enum_history()
1917 new_enum_history = XCNEW (enumerator_history); in create_enum_history()
1945 enumerator_history *current = enum_history; in gfc_free_enum_history()
1946 enumerator_history *next; in gfc_free_enum_history()
8302 enumerator_history *current_history = NULL; in set_enum_kind()
H A DChangeLog-2005880 * decl.c (enumerator_history): New typedef.