Searched refs:COMP_BLOCK_DATA (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dparse.h29 COMP_FUNCTION, COMP_BLOCK_DATA, COMP_INTERFACE, COMP_DERIVED, enumerator in enum:gfc_compile_state
H A Dparse.c1783 || p->state == COMP_BLOCK_DATA || p->state == COMP_PROGRAM)
3785 else if (gfc_current_state () == COMP_BLOCK_DATA)
6434 push_state (&s, COMP_BLOCK_DATA, gfc_new_block);
H A Dsymbol.c466 if (gfc_current_state () == COMP_BLOCK_DATA)
1698 if (name && *name != '_' && gfc_current_state () != COMP_BLOCK_DATA)
H A Ddecl.c312 if (gfc_current_state () != COMP_BLOCK_DATA
7625 case COMP_BLOCK_DATA:
8320 case COMP_BLOCK_DATA:
H A Dmatch.c5292 || sym->attr.data) && gfc_current_state () != COMP_BLOCK_DATA)
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dparse.h29 COMP_FUNCTION, COMP_BLOCK_DATA, COMP_INTERFACE, COMP_DERIVED, enumerator in enum:gfc_compile_state
H A Dparse.cc1912 || p->state == COMP_BLOCK_DATA || p->state == COMP_PROGRAM)
4031 else if (gfc_current_state () == COMP_BLOCK_DATA)
6769 push_state (&s, COMP_BLOCK_DATA, gfc_new_block);
H A Dsymbol.cc466 if (gfc_current_state () == COMP_BLOCK_DATA)
1705 if (name && *name != '_' && gfc_current_state () != COMP_BLOCK_DATA)
H A Ddecl.cc312 if (gfc_current_state () != COMP_BLOCK_DATA
7706 case COMP_BLOCK_DATA:
8401 case COMP_BLOCK_DATA:
H A Dmatch.cc5334 || sym->attr.data) && gfc_current_state () != COMP_BLOCK_DATA)

Completed in 434 milliseconds