Lines Matching defs:statement
29 template <typename T> bool Pre(const parser::Statement<T> &statement) {
30 currentStatementSourcePosition_ = statement.source;
31 if (statement.label.has_value()) {
32 labels_.insert(*statement.label);
41 "RETURN statement is not allowed in a CRITICAL construct"_err_en_US)
48 "An image control statement is not allowed in a CRITICAL"
56 return "Enclosing CRITICAL statement"_en_US;
227 "A notify-variable in a NOTIFY WAIT statement may not be a coindexed object"_err_en_US);
253 "A event-variable in a EVENT WAIT statement may not be a coindexed object"_err_en_US);
345 "Coarray '%s' was already used as a selector or coarray in this statement"_err_en_US,
353 "Selector '%s' was already used as a selector or coarray in this statement"_err_en_US,