Searched refs:saw_source (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | match.cc | 4239 bool saw_stat, saw_errmsg, saw_source, saw_mold, saw_deferred, b1, b2, b3; in gfc_match_allocate() local 4244 saw_stat = saw_errmsg = saw_source = saw_mold = saw_deferred = false; in gfc_match_allocate() 4510 if (saw_source) in gfc_match_allocate() 4532 saw_source = true; in gfc_match_allocate()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | match.c | 4198 bool saw_stat, saw_errmsg, saw_source, saw_mold, saw_deferred, b1, b2, b3; in gfc_match_allocate() local 4203 saw_stat = saw_errmsg = saw_source = saw_mold = saw_deferred = false; in gfc_match_allocate() 4469 if (saw_source) in gfc_match_allocate() 4491 saw_source = true; in gfc_match_allocate()
|