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

/haiku-buildtools/gcc/gcc/fortran/
H A Ddecl.c84 typedef struct enumerator_history struct
88 struct enumerator_history *next;
90 enumerator_history; typedef in typeref:struct:enumerator_history
94 static enumerator_history *enum_history = NULL;
98 static enumerator_history *max_enum = NULL;
1329 enumerator_history *new_enum_history;
1332 new_enum_history = XCNEW (enumerator_history);
1360 enumerator_history *current = enum_history;
1361 enumerator_history *next;
6161 enumerator_history *current_histor
[all...]

Completed in 94 milliseconds