Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-io.cpp26 errorAllowance_{errorAllowance} {}
33 int errorAllowance_; // initialized to maximum number of errors to report member in Fortran::semantics::FormatErrorReporter
55 return msg.isError && --errorAllowance_ <= 0; in Say()