Lines Matching defs:parenthesized
66 parenthesized(nonemptyList(Parser<AllocateShapeSpec>{}))))))};
152 "ASSOCIATE" >> parenthesized(nonemptyList(Parser<Association>{}))))
214 "END TEAM" >> defaulted(parenthesized(optionalList(statOrErrmsg))),
221 "CRITICAL" >> defaulted(parenthesized(optionalList(statOrErrmsg)))))
242 TYPE_PARSER(parenthesized(construct<ConcurrentHeader>(
258 "LOCAL" >> parenthesized(listOfNames))) ||
260 "LOCAL_INIT"_sptok >> parenthesized(listOfNames))) ||
265 "SHARED" >> parenthesized(listOfNames))) ||
279 "WHILE" >> parenthesized(scalarLogicalExpr)) ||
325 "IF" >> parenthesized(scalarLogicalExpr) /
330 "ELSE IF" >> parenthesized(scalarLogicalExpr),
340 construct<IfStmt>("IF" >> parenthesized(scalarLogicalExpr),
355 maybe(name / ":"), "SELECT CASE" >> parenthesized(scalar(expr))))
369 TYPE_PARSER(parenthesized(construct<CaseSelector>(
408 parenthesized(construct<SelectRankCaseStmt::Rank>(
435 parenthesized(construct<TypeGuardStmt::Guard>(typeSpec)) ||
436 "CLASS IS"_sptok >> parenthesized(construct<TypeGuardStmt::Guard>(
451 construct<ComputedGotoStmt>("GO TO" >> parenthesized(nonemptyList(label)),
477 defaulted(parenthesized(optionalList(statOrErrmsg)))))
482 "SYNC IMAGES"_sptok >> parenthesized(construct<SyncImagesStmt>(
490 defaulted(parenthesized(optionalList(statOrErrmsg)))))
566 constexpr auto gridOrBlock{parenthesized(nonemptyList(starOrExpr)) ||
570 parenthesized(construct<CUFReduction>(Parser<CUFReduction::Operator>{},
580 maybe(parenthesized(scalarIntConstantExpr)),