Searched refs:variable_check (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | check.cc | 1009 variable_check (gfc_expr *e, int n, bool allow_proc) in variable_check() function 1376 if (!variable_check (array, 0, false)) in gfc_check_allocated() 1587 if (!variable_check (stat, stat_no, false)) in gfc_check_atomic() 1802 if (!variable_check (stat, 2, false)) in gfc_check_event_query() 2128 if (!variable_check (a, 0, false)) in check_co_collective() 2165 if (!variable_check (stat, co_reduce ? 3 : 2, false)) in check_co_collective() 2181 if (!variable_check (errmsg, co_reduce ? 4 : 3, false)) in check_co_collective() 3524 return variable_check (expr, 0, true); in gfc_check_loc() 4203 if (!variable_check (from, 0, false)) in gfc_check_move_alloc() 4214 if (!variable_check (to, 1, false)) in gfc_check_move_alloc() [all …]
|
H A D | ChangeLog-2021 | 83 * check.c (variable_check): Replace previous check of procedure 1971 * check.c (variable_check): Allow function reference having a data
|
H A D | ChangeLog-2005 | 1090 variable_check, gfc_check_allocated, gfc_check_associated, 3651 variable_check, dim_check, check_a_kind, gfc_check_a_ikind,
|
H A D | ChangeLog-2010 | 400 * check.c (variable_check): Don't treat functions calls as variables; 2263 * check.c (variable_check): Reverse order of checks. Respect intent of
|
H A D | ChangeLog-2012 | 2484 * check.c (variable_check): Fix checking for
|
H A D | ChangeLog-2011 | 283 * check.c (variable_check): Fix intent(in) check.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | check.c | 1009 variable_check (gfc_expr *e, int n, bool allow_proc) in variable_check() function 1374 if (!variable_check (array, 0, false)) in gfc_check_allocated() 1583 if (!variable_check (stat, stat_no, false)) in gfc_check_atomic() 1798 if (!variable_check (stat, 2, false)) in gfc_check_event_query() 2124 if (!variable_check (a, 0, false)) in check_co_collective() 2161 if (!variable_check (stat, co_reduce ? 3 : 2, false)) in check_co_collective() 2177 if (!variable_check (errmsg, co_reduce ? 4 : 3, false)) in check_co_collective() 3520 return variable_check (expr, 0, true); in gfc_check_loc() 4192 if (!variable_check (from, 0, false)) in gfc_check_move_alloc() 4203 if (!variable_check (to, 1, false)) in gfc_check_move_alloc() [all …]
|