Lines Matching refs:statement
41 construct<ExecutableConstruct>(statement(actionStmt)),
65 statement("REDIMENSION" >> name /
73 statement(indirect(formatStmt))),
75 statement(indirect(entryStmt))),
77 statement(indirect(dataStmt))),
81 statement(indirect(Parser<NamelistStmt>{})))),
145 construct<AssociateConstruct>(statement(Parser<AssociateStmt>{}), block,
146 statement(Parser<EndAssociateStmt>{})))
168 construct<BlockConstruct>(statement(Parser<BlockStmt>{}),
170 block, statement(Parser<EndBlockStmt>{})))
193 construct<ChangeTeamConstruct>(statement(Parser<ChangeTeamStmt>{}), block, in TYPE_PARSER()
194 statement(Parser<EndChangeTeamStmt>{})))
225 construct<CriticalConstruct>(statement(Parser<CriticalStmt>{}), block,
226 statement(Parser<EndCriticalStmt>{})))
236 statement(Parser<NonLabelDoStmt>{}) / EnterNonlabelDoConstruct{}, block,
237 statement(Parser<EndDoStmt>{}) / LeaveDoConstruct{}))
308 statement(construct<IfThenStmt>(maybe(name / ":"),
317 statement(construct<ElseStmt>("ELSE" >> maybe(name))), block)),
318 statement(construct<EndIfStmt>(
329 construct<CaseConstruct>(statement(Parser<SelectCaseStmt>{}),
332 statement(endSelectStmt)))
373 construct<SelectRankConstruct>(statement(Parser<SelectRankStmt>{}),
376 statement(endSelectStmt)))
400 construct<SelectTypeConstruct>(statement(Parser<SelectTypeStmt>{}),
403 statement(endSelectStmt)))