Searched refs:match_variable (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | ChangeLog-2008 | 62 (match_variable): Copy the locus before matching. 1173 (match_variable): Ditto. 1857 * primary.c (match_variable): Likewise. 1922 * primary.c (gfc_match_rvalue,match_variable): Ditto. 2903 gfc_match_rvalue, match_variable): Use gfc_peek_ascii_char and 3240 * primary.c (match_variable): Improved matching of function 3745 * primary,c (match_variable): Do not fix flavor of host 3911 * primary.c (match_variable): Handle FL_UNKNOWN without 3913 (match_variable): Improve error message.
|
H A D | primary.cc | 4022 match_variable (gfc_expr **result, int equiv_flag, int host_flag) in match_variable() function 4187 return match_variable (result, equiv_flag, 1); in gfc_match_variable() 4194 return match_variable (result, 1, 0); in gfc_match_equiv_variable()
|
H A D | ChangeLog-2006 | 252 * primary.c (match_variable): Add PROTECTED support. 1587 * primary.c (match_variable): If the compiler is in a module 1730 (match_variable): ... here. Improve error messages. 1828 * primary.c (match_variable): Return MATCH_NO if the symbol
|
H A D | ChangeLog-2009 | 270 (match_actual_arg,gfc_match_rvalue,match_variable): Use new function 2819 (match_variable): Added new argument to gfc_match_varspec. 3115 (gfc_match_rvalue,match_variable): Replace symbol by hidden result
|
H A D | ChangeLog-2005 | 1720 * primary.c (match_variable) Old gfc_match_variable, made 1723 (gfc_match_variable) New. Interface to match_variable. 1724 (gfc_match_equiv_variable) New. Interface to match_variable.
|
H A D | ChangeLog-2007 | 652 * primary.c (match_variable): Reject non-result entry symbols. 2483 * primary.c (match_variable): Do not call gfc_add_flavor if symbol has 4214 (gfc_match_rvalue, match_variable): Use it and reset the 4244 * primary.c (match_variable): External functions
|
H A D | ChangeLog-2016 | 1505 * primary.c (match_variable): Likewise. 2525 gfc_match_rvalue, match_variable): Likewise.
|
H A D | ChangeLog-2010 | 1166 (match_variable): Remove PROTECTED check and assignment check 2153 * primary.c (match_variable): Instead of variable-flag check for 3455 * primary.c (match_variable): Don't allow names associated to expr here.
|
H A D | ChangeLog-2017 | 1230 (gfc_match_structure_constructor, match_variable): Remove yet
|
H A D | ChangeLog-2015 | 1389 * primary.c (match_variable): Add COMP_SUBMODULE.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | primary.c | 4014 match_variable (gfc_expr **result, int equiv_flag, int host_flag) in match_variable() function 4179 return match_variable (result, equiv_flag, 1); in gfc_match_variable() 4186 return match_variable (result, 1, 0); in gfc_match_equiv_variable()
|