Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dcheck-directive-structure.h87 const char *stmt, const parser::Name &stmtName) { in CheckConstructNameBranching() argument
93 if (stmtName.source == constructName->source) { in CheckConstructNameBranching()
94 EmitBranchOutErrorWithName(stmt, stmtName); in CheckConstructNameBranching()
Dcheck-do-forall.cpp886 static bool StmtMatchesConstruct(const parser::Name *stmtName, in StmtMatchesConstruct() argument
890 if (!stmtName) { in StmtMatchesConstruct()
892 } else if (constructName && constructName->source == stmtName->source) { in StmtMatchesConstruct()
912 StmtType stmtType, const parser::Name *stmtName) const { in CheckNesting()
918 if (StmtMatchesConstruct(stmtName, stmtType, constructName, construct)) { in CheckNesting()