Home
last modified time | relevance | path

Searched refs:gfc_match_lock (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmatch.h86 match gfc_match_lock (void);
H A Dmatch.c1652 match ("lock", gfc_match_lock, ST_LOCK) in gfc_match_if()
3757 gfc_match_lock (void) in gfc_match_lock() function
H A Dparse.c517 match ("lock", gfc_match_lock, ST_LOCK); in decode_statement()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dmatch.h83 match gfc_match_lock (void);
H A Dmatch.cc1627 match ("lock", gfc_match_lock, ST_LOCK) in gfc_match_if()
3798 gfc_match_lock (void) in gfc_match_lock() function
H A DChangeLog-20112379 * match.h (gfc_match_lock, gfc_match_unlock): New prototypes.
2380 * match.c (gfc_match_lock, gfc_match_unlock,
H A Dparse.cc519 match ("lock", gfc_match_lock, ST_LOCK); in decode_statement()
H A DChangeLog-20121394 gfc_match_lock, sync_statement, gfc_match_assign, gfc_match_goto,