Searched refs:TargetStmtMap (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | resolve-labels.cpp | 43 using TargetStmtMap = std::map<parser::Label, LabeledStatementInfoTuplePOD>; typedef 167 TargetStmtMap targetStmts; 856 const TargetStmtMap &labels, const parser::Label &label) { in GetLabel() 867 const TargetStmtMap &labels, const IndexList &loopBodies, in CheckBranchesIntoDoBody() 920 const SourceStmtList &branches, const TargetStmtMap &labels, in CheckLabelDoConstraints() 970 const TargetStmtMap &labels, const std::vector<ScopeInfo> &scopes, in CheckScopeConstraints() 1011 const TargetStmtMap &labels, SemanticsContext &context) { in CheckBranchTargetConstraints() 1038 const TargetStmtMap &labels, const std::vector<ScopeInfo> &scopes, in CheckBranchConstraints() 1045 const TargetStmtMap &labels, SemanticsContext &context) { in CheckDataXferTargetConstraints() 1063 const TargetStmtMap &labels, const std::vector<ScopeInfo> &scopes, in CheckDataTransferConstraints() [all …]
|