Home
last modified time | relevance | path

Searched refs:ST_FUNCTION (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dparse.c345 return ST_FUNCTION; in decode_statement()
392 return ST_FUNCTION; in decode_statement()
1987 case ST_FUNCTION: in gfc_ascii_statement()
2543 case ST_FUNCTION: in accept_statement()
3526 case ST_FUNCTION: in parse_interface()
3529 else if (st == ST_FUNCTION) in parse_interface()
5729 case ST_FUNCTION: in parse_contained()
5735 (st == ST_FUNCTION) ? COMP_FUNCTION : COMP_SUBROUTINE, in parse_contained()
5752 if (st == ST_FUNCTION) in parse_contained()
6426 case ST_FUNCTION: in gfc_parse_file()
H A Dgfortran.h210 ST_FORMAT, ST_FUNCTION, ST_GOTO, ST_IF_BLOCK, ST_IMPLICIT, ST_IMPLICIT_NONE, enumerator
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dparse.cc347 return ST_FUNCTION; in decode_statement()
394 return ST_FUNCTION; in decode_statement()
2117 case ST_FUNCTION: in gfc_ascii_statement()
2790 case ST_FUNCTION: in accept_statement()
3776 case ST_FUNCTION: in parse_interface()
3779 else if (st == ST_FUNCTION) in parse_interface()
6071 case ST_FUNCTION: in parse_contained()
6077 (st == ST_FUNCTION) ? COMP_FUNCTION : COMP_SUBROUTINE, in parse_contained()
6094 if (st == ST_FUNCTION) in parse_contained()
6765 case ST_FUNCTION: in gfc_parse_file()
H A Dgfortran.h244 ST_FORMAT, ST_FUNCTION, ST_GOTO, ST_IF_BLOCK, ST_IMPLICIT, ST_IMPLICIT_NONE, enumerator
H A DChangeLog-20073477 for ST_FUNCTION since it is called in reject_statement.