Home
last modified time | relevance | path

Searched refs:SourceStmtList (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-labels.cpp54 using SourceStmtList = std::vector<SourceStatementInfoTuplePOD>; typedef
163 SourceStmtList doStmtSources;
164 SourceStmtList formatStmtSources;
165 SourceStmtList otherStmtSources;
166 SourceStmtList assignStmtSources;
866 void CheckBranchesIntoDoBody(const SourceStmtList &branches, in CheckBranchesIntoDoBody()
919 void CheckLabelDoConstraints(const SourceStmtList &dos, in CheckLabelDoConstraints()
969 void CheckScopeConstraints(const SourceStmtList &stmts, in CheckScopeConstraints()
1010 void CheckBranchTargetConstraints(const SourceStmtList &stmts, in CheckBranchTargetConstraints()
1037 void CheckBranchConstraints(const SourceStmtList &branches, in CheckBranchConstraints()
[all …]