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

  /src/external/gpl3/gcc/dist/gcc/fortran/
decl.cc 87 static enumerator_history *enum_history = NULL; variable
1935 if (enum_history == NULL)
1937 enum_history = new_enum_history;
1938 max_enum = enum_history;
1942 new_enum_history->next = enum_history;
1943 enum_history = new_enum_history;
1957 enumerator_history *current = enum_history;
1967 enum_history = NULL;
8380 if (max_enum == NULL || enum_history == NULL)
8395 current_history = enum_history;
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
decl.cc 87 static enumerator_history *enum_history = NULL; variable
1926 if (enum_history == NULL)
1928 enum_history = new_enum_history;
1929 max_enum = enum_history;
1933 new_enum_history->next = enum_history;
1934 enum_history = new_enum_history;
1948 enumerator_history *current = enum_history;
1958 enum_history = NULL;
8309 if (max_enum == NULL || enum_history == NULL)
8324 current_history = enum_history;
    [all...]

Completed in 45 milliseconds