Searched refs:COMP_MODULE (Results 1 - 12 of 12) 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 Ddecl.c2923 || gfc_current_state () == COMP_MODULE
5579 && gfc_current_state () != COMP_MODULE)
5587 && gfc_state_stack->previous->state == COMP_MODULE)
5684 if (gfc_current_state () != COMP_MODULE
5753 if ((gfc_current_state () == COMP_MODULE
6304 if (gfc_current_state () == COMP_MODULE
6316 if (p->state == COMP_MODULE || p->state == COMP_SUBMODULE
7310 case COMP_MODULE:
7350 && (gfc_state_stack->previous->state == COMP_MODULE
7619 case COMP_MODULE
[all...]
H A Dparse.c1782 || p->state == COMP_MODULE || p->state == COMP_SUBMODULE
2915 if (!gfc_find_state (COMP_MODULE))
3370 if (!gfc_find_state (COMP_MODULE))
3891 if (gfc_current_state () != COMP_MODULE)
3913 if (gfc_current_state () == COMP_MODULE
5934 if (gfc_find_state (COMP_MODULE) == true
6440 push_state (&s, COMP_MODULE, gfc_new_block);
6483 if (s.state == COMP_MODULE || s.state == COMP_SUBMODULE)
H A Dprimary.c4028 if (gfc_current_state () == COMP_MODULE
H A Dmodule.c7062 if (gfc_state_stack->state == COMP_MODULE
7200 if ((p->state == COMP_MODULE || p->state == COMP_SUBMODULE)
H A Dmatch.c6417 if (gfc_current_state() == COMP_MODULE
/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 Ddecl.cc3013 || gfc_current_state () == COMP_MODULE
5660 && gfc_current_state () != COMP_MODULE)
5668 && gfc_state_stack->previous->state == COMP_MODULE)
5765 if (gfc_current_state () != COMP_MODULE
5834 if ((gfc_current_state () == COMP_MODULE
6385 if (gfc_current_state () == COMP_MODULE
6397 if (p->state == COMP_MODULE || p->state == COMP_SUBMODULE
7391 case COMP_MODULE:
7431 && (gfc_state_stack->previous->state == COMP_MODULE
7700 case COMP_MODULE
[all...]
H A Dparse.cc1911 || p->state == COMP_MODULE || p->state == COMP_SUBMODULE
3161 if (!gfc_find_state (COMP_MODULE))
3616 if (!gfc_find_state (COMP_MODULE))
4137 if (gfc_current_state () != COMP_MODULE)
4159 if (gfc_current_state () == COMP_MODULE
6272 if (gfc_find_state (COMP_MODULE) == true
6775 push_state (&s, COMP_MODULE, gfc_new_block);
6818 if (s.state == COMP_MODULE || s.state == COMP_SUBMODULE)
H A Dprimary.cc4014 if (gfc_current_state () == COMP_MODULE
H A Dmodule.cc7268 if (gfc_state_stack->state == COMP_MODULE
7406 if ((p->state == COMP_MODULE || p->state == COMP_SUBMODULE)
H A Dmatch.cc6508 if (gfc_current_state() == COMP_MODULE

Completed in 473 milliseconds