Searched refs:COMP_MODULE (Results 1 – 12 of 12) 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 | decl.cc | 3021 || gfc_current_state () == COMP_MODULE in variable_decl() 5668 && gfc_current_state () != COMP_MODULE) in match_attr_spec() 5676 && gfc_state_stack->previous->state == COMP_MODULE) in match_attr_spec() 5773 if (gfc_current_state () != COMP_MODULE in match_attr_spec() 5842 if ((gfc_current_state () == COMP_MODULE in match_attr_spec() 6393 if (gfc_current_state () == COMP_MODULE in in_module_or_interface() 6405 if (p->state == COMP_MODULE || p->state == COMP_SUBMODULE in in_module_or_interface() 7399 case COMP_MODULE: in gfc_match_procedure() 7439 && (gfc_state_stack->previous->state == COMP_MODULE in do_warn_intrinsic_shadow() 7708 case COMP_MODULE: in gfc_match_entry() [all …]
|
H A D | parse.cc | 1912 || p->state == COMP_MODULE || p->state == COMP_SUBMODULE in gfc_enclosing_unit() 3165 if (!gfc_find_state (COMP_MODULE)) in parse_derived_contains() 3620 if (!gfc_find_state (COMP_MODULE)) in parse_derived() 4141 if (gfc_current_state () != COMP_MODULE) in parse_spec() 4163 if (gfc_current_state () == COMP_MODULE in parse_spec() 6276 if (gfc_find_state (COMP_MODULE) == true in parse_progunit() 6779 push_state (&s, COMP_MODULE, gfc_new_block); in gfc_parse_file() 6822 if (s.state == COMP_MODULE || s.state == COMP_SUBMODULE) in gfc_parse_file()
|
H A D | module.cc | 7273 if (gfc_state_stack->state == COMP_MODULE in gfc_use_module() 7411 if ((p->state == COMP_MODULE || p->state == COMP_SUBMODULE) in gfc_use_module()
|
H A D | primary.cc | 4036 if (gfc_current_state () == COMP_MODULE in match_variable()
|
H A D | match.cc | 6508 if (gfc_current_state() == COMP_MODULE in gfc_match_select_type()
|
/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 | decl.c | 2923 || gfc_current_state () == COMP_MODULE in variable_decl() 5579 && gfc_current_state () != COMP_MODULE) in match_attr_spec() 5587 && gfc_state_stack->previous->state == COMP_MODULE) in match_attr_spec() 5684 if (gfc_current_state () != COMP_MODULE in match_attr_spec() 5753 if ((gfc_current_state () == COMP_MODULE in match_attr_spec() 6304 if (gfc_current_state () == COMP_MODULE in in_module_or_interface() 6316 if (p->state == COMP_MODULE || p->state == COMP_SUBMODULE in in_module_or_interface() 7310 case COMP_MODULE: in gfc_match_procedure() 7350 && (gfc_state_stack->previous->state == COMP_MODULE in do_warn_intrinsic_shadow() 7619 case COMP_MODULE: in gfc_match_entry() [all …]
|
H A D | parse.c | 1782 || p->state == COMP_MODULE || p->state == COMP_SUBMODULE in gfc_enclosing_unit() 2915 if (!gfc_find_state (COMP_MODULE)) in parse_derived_contains() 3370 if (!gfc_find_state (COMP_MODULE)) in parse_derived() 3891 if (gfc_current_state () != COMP_MODULE) in parse_spec() 3913 if (gfc_current_state () == COMP_MODULE in parse_spec() 5934 if (gfc_find_state (COMP_MODULE) == true in parse_progunit() 6440 push_state (&s, COMP_MODULE, gfc_new_block); in gfc_parse_file() 6483 if (s.state == COMP_MODULE || s.state == COMP_SUBMODULE) in gfc_parse_file()
|
H A D | module.c | 7062 if (gfc_state_stack->state == COMP_MODULE in gfc_use_module() 7200 if ((p->state == COMP_MODULE || p->state == COMP_SUBMODULE) in gfc_use_module()
|
H A D | primary.c | 4028 if (gfc_current_state () == COMP_MODULE in match_variable()
|
H A D | match.c | 6417 if (gfc_current_state() == COMP_MODULE in gfc_match_select_type()
|