Lines Matching defs:branches
931 void CheckBranchesIntoDoBody(const SourceStmtList &branches,
934 for (const auto &branch : branches) {
988 const SourceStmtList &branches, const TargetStmtMap &labels,
1033 CheckBranchesIntoDoBody(branches, labels, loopBodies, context);
1118 void CheckBranchConstraints(const SourceStmtList &branches,
1121 CheckScopeConstraints(branches, labels, scopes, context);
1122 CheckBranchTargetConstraints(branches, labels, context);
1193 const auto &branches{programUnit.otherStmtSources};
1196 CheckLabelDoConstraints(dos, branches, labels, scopes, context);
1197 CheckBranchConstraints(branches, labels, scopes, context);