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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dparse.h28 COMP_NONE, COMP_PROGRAM, COMP_MODULE, COMP_SUBMODULE, COMP_SUBROUTINE, enumerator in enum:gfc_compile_state
H A Dparse.c1783 || p->state == COMP_BLOCK_DATA || p->state == COMP_PROGRAM)
1792 *result = COMP_PROGRAM;
6412 push_state (&s, COMP_PROGRAM, gfc_new_block);
6462 push_state (&s, COMP_PROGRAM, gfc_new_block);
H A Ddecl.c2922 && (gfc_current_state () == COMP_PROGRAM
7309 case COMP_PROGRAM:
7616 case COMP_PROGRAM:
8296 case COMP_PROGRAM:
H A Dmatch.c4909 if (s == COMP_PROGRAM
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dparse.h28 COMP_NONE, COMP_PROGRAM, COMP_MODULE, COMP_SUBMODULE, COMP_SUBROUTINE, enumerator in enum:gfc_compile_state
H A Dparse.cc1912 || p->state == COMP_BLOCK_DATA || p->state == COMP_PROGRAM)
1921 *result = COMP_PROGRAM;
6747 push_state (&s, COMP_PROGRAM, gfc_new_block);
6797 push_state (&s, COMP_PROGRAM, gfc_new_block);
H A Ddecl.cc3012 && (gfc_current_state () == COMP_PROGRAM
7390 case COMP_PROGRAM:
7697 case COMP_PROGRAM:
8377 case COMP_PROGRAM:
H A Dmatch.cc4950 if (s == COMP_PROGRAM

Completed in 330 milliseconds