Searched refs:COMP_PROGRAM (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | parse.h | 28 COMP_NONE, COMP_PROGRAM, COMP_MODULE, COMP_SUBMODULE, COMP_SUBROUTINE, enumerator
|
H A D | parse.cc | 1913 || 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 D | decl.cc | 3020 && (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 D | match.cc | 4950 if (s == COMP_PROGRAM in gfc_match_return()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | parse.h | 28 COMP_NONE, COMP_PROGRAM, COMP_MODULE, COMP_SUBMODULE, COMP_SUBROUTINE, enumerator
|
H A D | parse.c | 1783 || 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 D | decl.c | 2922 && (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 D | match.c | 4909 if (s == COMP_PROGRAM in gfc_match_return()
|