Home
last modified time | relevance | path

Searched refs:ST_POINTER_ASSIGNMENT (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dparse.c362 match (NULL, gfc_match_pointer_assignment, ST_POINTER_ASSIGNMENT); in decode_statement()
1550 case ST_POINTER_ASSIGNMENT: case ST_EXIT: case ST_CYCLE: \
2102 case ST_POINTER_ASSIGNMENT: in gfc_ascii_statement()
4076 case ST_POINTER_ASSIGNMENT: in parse_forall_block()
H A Dgfortran.h216 ST_POINTER_ASSIGNMENT, ST_SELECT_CASE, ST_SEQUENCE, ST_SIMPLE_IF, enumerator
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dparse.cc364 match (NULL, gfc_match_pointer_assignment, ST_POINTER_ASSIGNMENT); in decode_statement()
1669 case ST_POINTER_ASSIGNMENT: case ST_EXIT: case ST_CYCLE: \
2232 case ST_POINTER_ASSIGNMENT: in gfc_ascii_statement()
4326 case ST_POINTER_ASSIGNMENT: in parse_forall_block()
H A Dgfortran.h250 ST_POINTER_ASSIGNMENT, ST_SELECT_CASE, ST_SEQUENCE, ST_SIMPLE_IF, enumerator