Searched refs:sync_statement (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | match.cc | 3824 sync_statement (gfc_statement st) in sync_statement() function 3987 return sync_statement (ST_SYNC_ALL); in gfc_match_sync_all() 3996 return sync_statement (ST_SYNC_IMAGES); in gfc_match_sync_images() 4005 return sync_statement (ST_SYNC_MEMORY); in gfc_match_sync_memory()
|
H A D | ChangeLog-2012 | 749 * match.c (lock_unlock_statement, sync_statement): Fix potential 751 (sync_statement): Remove unreachable code. 1394 gfc_match_lock, sync_statement, gfc_match_assign, gfc_match_goto,
|
H A D | ChangeLog-2014 | 519 lock_unlock_statement, sync_statement): Add %< %>. 2278 lock_unlock_statement, sync_statement, gfc_match_allocate,
|
H A D | ChangeLog-2011 | 1636 lock_unlock_statement, sync_statement, gfc_match_allocate, 2382 (sync_statement): Bug fix, avoiding double freeing. 3985 sync_statement, gfc_match_allocate, gfc_match_deallocate): The
|
H A D | ChangeLog-2010 | 4385 * match.c (gfc_match_critical, sync_statement): Make -fcoarray=none 4811 * match.c (gfc_match_critical, sync_statement): Ditto. 4897 (gfc_match_critical, gfc_match_error_stop, sync_statement,
|
H A D | ChangeLog-2021 | 1414 * match.c (sync_statement): Replace %v code by %e in gfc_match to
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | match.c | 3783 sync_statement (gfc_statement st) in sync_statement() function 3946 return sync_statement (ST_SYNC_ALL); in gfc_match_sync_all() 3955 return sync_statement (ST_SYNC_IMAGES); in gfc_match_sync_images() 3964 return sync_statement (ST_SYNC_MEMORY); in gfc_match_sync_memory()
|