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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dparse.h32 COMP_DO, COMP_SELECT, COMP_FORALL, COMP_WHERE, COMP_CONTAINS, COMP_ENUM, enumerator in enum:gfc_compile_state
H A Ddecl.c8420 case COMP_ENUM:
10874 if (gfc_current_state () != COMP_ENUM)
10909 if (gfc_current_state () == COMP_ENUM)
H A Dparse.c3454 push_state (&s, COMP_ENUM, gfc_new_block);
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dparse.h32 COMP_DO, COMP_SELECT, COMP_FORALL, COMP_WHERE, COMP_CONTAINS, COMP_ENUM, enumerator in enum:gfc_compile_state
H A Ddecl.cc8502 case COMP_ENUM:
10956 if (gfc_current_state () != COMP_ENUM)
10991 if (gfc_current_state () == COMP_ENUM)
H A Dparse.cc3700 push_state (&s, COMP_ENUM, gfc_new_block);

Completed in 370 milliseconds