Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dparse.h28 COMP_NONE, COMP_PROGRAM, COMP_MODULE, COMP_SUBMODULE, COMP_SUBROUTINE, enumerator
H A Dparse.cc1913 || p->state == COMP_BLOCK_DATA || p->state == COMP_PROGRAM) in gfc_enclosing_unit()
1922 *result = COMP_PROGRAM; in gfc_enclosing_unit()
6751 push_state (&s, COMP_PROGRAM, gfc_new_block); in gfc_parse_file()
6801 push_state (&s, COMP_PROGRAM, gfc_new_block); in gfc_parse_file()
H A Ddecl.cc3020 && (gfc_current_state () == COMP_PROGRAM in variable_decl()
7398 case COMP_PROGRAM: in gfc_match_procedure()
7705 case COMP_PROGRAM: in gfc_match_entry()
8385 case COMP_PROGRAM: in gfc_match_end()
H A Dmatch.cc4950 if (s == COMP_PROGRAM in gfc_match_return()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dparse.h28 COMP_NONE, COMP_PROGRAM, COMP_MODULE, COMP_SUBMODULE, COMP_SUBROUTINE, enumerator
H A Dparse.c1783 || p->state == COMP_BLOCK_DATA || p->state == COMP_PROGRAM) in gfc_enclosing_unit()
1792 *result = COMP_PROGRAM; in gfc_enclosing_unit()
6412 push_state (&s, COMP_PROGRAM, gfc_new_block); in gfc_parse_file()
6462 push_state (&s, COMP_PROGRAM, gfc_new_block); in gfc_parse_file()
H A Ddecl.c2922 && (gfc_current_state () == COMP_PROGRAM in variable_decl()
7309 case COMP_PROGRAM: in gfc_match_procedure()
7616 case COMP_PROGRAM: in gfc_match_entry()
8296 case COMP_PROGRAM: in gfc_match_end()
H A Dmatch.c4909 if (s == COMP_PROGRAM in gfc_match_return()