Lines Matching refs:Indirection
32 [&](common::Indirection<AssociateConstruct> &associate) { in Post()
37 [&](common::Indirection<BlockConstruct> &blockConstruct) { in Post()
42 [&](common::Indirection<ChangeTeamConstruct> &changeTeam) { in Post()
47 [&](common::Indirection<CriticalConstruct> &critical) { in Post()
51 [&](common::Indirection<DoConstruct> &doConstruct) { in Post()
55 [&](common::Indirection<IfConstruct> &ifConstruct) { in Post()
59 [&](common::Indirection<CaseConstruct> &caseConstruct) { in Post()
64 [&](common::Indirection<SelectRankConstruct> &selectRank) { in Post()
68 [&](common::Indirection<SelectTypeConstruct> &selectType) { in Post()
72 [&](common::Indirection<ForallConstruct> &forall) { in Post()
76 [&](common::Indirection<WhereConstruct> &where) { in Post()
80 [&](Statement<common::Indirection<LabelDoStmt>> &labelDoStmt) { in Post()
84 [&](Statement<common::Indirection<EndDoStmt>> &endDoStmt) { in Post()
103 if constexpr (std::is_same_v<T, common::Indirection<EndDoStmt>>) { in CanonicalizeIfMatch()
112 std::get<Statement<common::Indirection<LabelDoStmt>>>( in CanonicalizeIfMatch()
116 auto &labelDo{std::get<Statement<common::Indirection<LabelDoStmt>>>( in CanonicalizeIfMatch()
125 common::Indirection<DoConstruct>{ in CanonicalizeIfMatch()