Home
last modified time | relevance | path

Searched refs:gfc_matching_prefix (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmatch.h35 extern bool gfc_matching_prefix;
H A Ddecl.c6340 gcc_assert (!gfc_matching_prefix); in gfc_match_prefix()
6341 gfc_matching_prefix = true; in gfc_match_prefix()
6433 gcc_assert (gfc_matching_prefix); in gfc_match_prefix()
6435 gfc_matching_prefix = false; in gfc_match_prefix()
6439 gcc_assert (gfc_matching_prefix); in gfc_match_prefix()
6440 gfc_matching_prefix = false; in gfc_match_prefix()
H A Dsymbol.c5017 if (gfc_matching_prefix) in gfc_check_symbol_typed()
H A Dmatch.c31 bool gfc_matching_prefix = false; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dmatch.h35 extern bool gfc_matching_prefix;
H A Ddecl.cc6429 gcc_assert (!gfc_matching_prefix); in gfc_match_prefix()
6430 gfc_matching_prefix = true; in gfc_match_prefix()
6522 gcc_assert (gfc_matching_prefix); in gfc_match_prefix()
6524 gfc_matching_prefix = false; in gfc_match_prefix()
6528 gcc_assert (gfc_matching_prefix); in gfc_match_prefix()
6529 gfc_matching_prefix = false; in gfc_match_prefix()
H A DChangeLog-20081298 * match.h (gfc_matching_prefix): Moved and renamed from `in_prefix'.
1300 (gfc_match_prefix): Use new name of `gfc_matching_prefix'.
1306 * match.c (gfc_matching_prefix): New variable.
H A Dsymbol.cc5061 if (gfc_matching_prefix) in gfc_check_symbol_typed()
H A Dmatch.cc31 bool gfc_matching_prefix = false; variable