Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-do-forall.cpp884 static bool StmtMatchesConstruct(const parser::Name *stmtName, in StmtMatchesConstruct() argument
888 if (!stmtName) { in StmtMatchesConstruct()
890 } else if (constructName && constructName->source == stmtName->source) { in StmtMatchesConstruct()
910 StmtType stmtType, const parser::Name *stmtName) const { in CheckNesting()
916 if (StmtMatchesConstruct(stmtName, stmtType, constructName, construct)) { in CheckNesting()
H A Dcheck-directive-structure.h122 const char *stmt, const parser::Name &stmtName) { in CheckConstructNameBranching() argument
128 if (stmtName.source == constructName->source) { in CheckConstructNameBranching()
129 EmitBranchOutErrorWithName(stmt, stmtName); in CheckConstructNameBranching()