Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dresolve-labels.cpp48 using SourceStmtList = std::vector<SourceStatementInfoTuplePOD>; typedef
158 SourceStmtList doStmtSources;
159 SourceStmtList formatStmtSources;
160 SourceStmtList otherStmtSources;
161 SourceStmtList assignStmtSources;
845 void CheckBranchesIntoDoBody(const SourceStmtList &branches, in CheckBranchesIntoDoBody()
896 void CheckLabelDoConstraints(const SourceStmtList &dos, in CheckLabelDoConstraints()
897 const SourceStmtList &branches, const TargetStmtMap &labels, in CheckLabelDoConstraints()
951 void CheckScopeConstraints(const SourceStmtList &stmts, in CheckScopeConstraints()
977 void CheckBranchTargetConstraints(const SourceStmtList &stmts, in CheckBranchTargetConstraints()
[all …]