Lines Matching refs:parenthesized
66 parenthesized(nonemptyList(Parser<AllocateShapeSpec>{}))))))};
151 "ASSOCIATE" >> parenthesized(nonemptyList(Parser<Association>{}))))
213 "END TEAM" >> defaulted(parenthesized(optionalList(statOrErrmsg))),
220 "CRITICAL" >> defaulted(parenthesized(optionalList(statOrErrmsg)))))
241 TYPE_PARSER(parenthesized(construct<ConcurrentHeader>(
256 "LOCAL" >> parenthesized(listOfNames))) ||
258 "LOCAL_INIT"_sptok >> parenthesized(listOfNames))) ||
260 "SHARED" >> parenthesized(listOfNames))) ||
274 "WHILE" >> parenthesized(scalarLogicalExpr)) ||
308 "IF" >> parenthesized(scalarLogicalExpr) / "THEN")),
312 "ELSE IF" >> parenthesized(scalarLogicalExpr),
322 construct<IfStmt>("IF" >> parenthesized(scalarLogicalExpr),
337 maybe(name / ":"), "SELECT CASE" >> parenthesized(scalar(expr))))
351 TYPE_PARSER(parenthesized(construct<CaseSelector>( in parenthesized() function
390 parenthesized(construct<SelectRankCaseStmt::Rank>(
417 parenthesized(construct<TypeGuardStmt::Guard>(typeSpec)) ||
418 "CLASS IS"_sptok >> parenthesized(construct<TypeGuardStmt::Guard>(
433 construct<ComputedGotoStmt>("GO TO" >> parenthesized(nonemptyList(label)),
452 defaulted(parenthesized(optionalList(statOrErrmsg))))) in TYPE_PARSER()
457 "SYNC IMAGES"_sptok >> parenthesized(construct<SyncImagesStmt>( in TYPE_PARSER()
465 defaulted(parenthesized(optionalList(statOrErrmsg))))) in TYPE_PARSER()