Lines Matching refs:nonemptyList
66 parenthesized(nonemptyList(Parser<AllocateShapeSpec>{}))))))};
151 "ASSOCIATE" >> parenthesized(nonemptyList(Parser<Association>{}))))
201 defaulted("," >> nonemptyList(Parser<CoarrayAssociation>{})),
202 defaulted("," >> nonemptyList(statOrErrmsg))) /
242 maybe(integerTypeSpec / "::"), nonemptyList(Parser<ConcurrentControl>{}),
352 nonemptyList(Parser<CaseValueRange>{}))) || in parenthesized()
433 construct<ComputedGotoStmt>("GO TO" >> parenthesized(nonemptyList(label)),
460 defaulted("," >> nonemptyList(statOrErrmsg))))) in TYPE_PARSER()
470 defaulted("," >> nonemptyList(statOrErrmsg)) / ")")) in TYPE_PARSER()
476 defaulted("," >> nonemptyList(statOrErrmsg)) / ")")) in TYPE_PARSER()
482 defaulted("," >> nonemptyList(Parser<EventWaitStmt::EventWaitSpec>{})) / in TYPE_PARSER()
501 defaulted("," >> nonemptyList(Parser<FormTeamStmt::FormTeamSpec>{})) /
515 defaulted("," >> nonemptyList(Parser<LockStmt::LockStat>{})) / ")"))
525 defaulted("," >> nonemptyList(statOrErrmsg)) / ")"))