Home
last modified time | relevance | path

Searched refs:match_variable (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-200862 (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 Dprimary.cc4022 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 DChangeLog-2006252 * 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 DChangeLog-2009270 (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 DChangeLog-20051720 * 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 DChangeLog-2007652 * 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 DChangeLog-20161505 * primary.c (match_variable): Likewise.
2525 gfc_match_rvalue, match_variable): Likewise.
H A DChangeLog-20101166 (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 DChangeLog-20171230 (gfc_match_structure_constructor, match_variable): Remove yet
H A DChangeLog-20151389 * primary.c (match_variable): Add COMP_SUBMODULE.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dprimary.c4014 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()