Lines Matching refs:parenthesized
137 construct<CloseStmt>("CLOSE" >> parenthesized(nonemptyList(closeSpec))))
163 parenthesized(nonemptyList(ioControlSpec)), inputItemList) ||
244 parenthesized(nonemptyList(ioControlSpec)), outputItemList))
271 parenthesized(
275 parenthesized(construct<OutputImpliedDo>(
282 parenthesized(construct<WaitStmt>(nonemptyList(Parser<WaitSpec>{}))))
307 parenthesized(nonemptyList(positionOrFlushSpec)) || bareUnitNumberAsList};
508 parenthesized(nonemptyList(Parser<InquireSpec>{}))) ||
510 parenthesized("IOLENGTH =" >> scalar(integer(variable))),
540 construct<format::FormatItem>(maybe(repeat), parenthesized(formatItems)))
546 TYPE_PARSER(parenthesized(construct<format::FormatSpecification>(
548 "*" >> parenthesized(formatItems)) ||
619 defaulted(parenthesized(nonemptyList(scaleFactor)))))